Html Css Color HEX #CBEAE4 Jagged Ice

📋 copy color: '#CBEAE4'

red 203 ◦ green 234 ◦ blue 228

#CBEAE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #CBEAE4

Tints of Jagged Ice #CBEAE4

RGB

 RED value IS 203 (79.69% from 255) = 30.53%

 GREEN value IS 234 (91.8% from 255) = 35.19%

 BLUE value IS 228 (89.45% from 255) = 34.29%

R = 30.53%
G = 35.19%
B = 34.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBEAE4 (or 0xCBEAE4) is known color: Jagged Ice. HEX triplet: CB, EA and E4. RGB value is (203,234,228). Sum of RGB (Red+Green+Blue) = 203+234+228=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAE4 is #34151B. Grayscale: #E0E0E0. Windows color (decimal): -3413276 or 15002315. OLE color: 15002315.

HSL color Cylindrical-coordinate representation of color #CBEAE4: hue angle of 168.39º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBEAE4 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 228 -
CMYK 0.13 0 0.03 0.08
HSL 168.39º 0.42% 0.86% -
HSV(B) 168.39º 0.13% 0.92% -
XYZ 68.06 77.14 84.7 -
YUV 224.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 203 234 228 0.13 0 0.03 0.08 168.39 0.42 0.86
Hex CB EA E4 D 0 3 8 A8 2A 56
Octal 313 352 344 15 0 3 10 250 52 126
Binary 11001011 11101010 11100100 1101 0 11 1000 10101000 101010 1010110

Color Harmonies of #CBEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAE4

Black with #CBEAE4

Text Example


Text Example

White with #CBEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAE4; }

 p { color: rgb(203,234,228); }

 H1.HeaderClassName
 {
   color: #CBEAE4;
 }
 .AnyTagClassName
 {
   color: #CBEAE4;
 }
</style>

background-color css

<style>
 a { background-color: #CBEAE4; }

 a { background-color: rgb(203,234,228); }

 div.DivClassName
 {
   background-color: #CBEAE4;
 }
 .BgClassName
 {
   background-color: #CBEAE4;
 }
</style>

border-color css

<style>
 span { border-color: #CBEAE4; }

 span { border-color: rgb(203,234,228); }

 td.TdClassName
 {
   border-color: #CBEAE4;
 }
 .TagClassName
 {
   border-color: #CBEAE4;
 }
</style>