Html Css Color HEX #CBE9E4 Jagged Ice

📋 copy color: '#CBE9E4'

red 203 ◦ green 233 ◦ blue 228

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

Shades of Jagged Ice #CBE9E4

Tints of Jagged Ice #CBE9E4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.09%

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

R = 30.57%
G = 35.09%
B = 34.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#CBE9E4 (or 0xCBE9E4) is known color: Jagged Ice. HEX triplet: CB, E9 and E4. RGB value is (203,233,228). Sum of RGB (Red+Green+Blue) = 203+233+228=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 228 (89.45% from 255 or 34.34% from 664); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9E4 is #34161B. Grayscale: #DFDFDF. Windows color (decimal): -3413532 or 15002059. OLE color: 15002059.

HSL color Cylindrical-coordinate representation of color #CBE9E4: hue angle of 170º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9E4 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 228 -
CMYK 0.13 0 0.02 0.09
HSL 170º 0.41% 0.85% -
HSV(B) 170º 0.13% 0.91% -
XYZ 67.77 76.58 84.61 -
YUV 223.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 203 233 228 0.13 0 0.02 0.09 170 0.41 0.85
Hex CB E9 E4 D 0 2 9 AA 29 55
Octal 313 351 344 15 0 2 11 252 51 125
Binary 11001011 11101001 11100100 1101 0 10 1001 10101010 101001 1010101

Color Harmonies of #CBE9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE9E4

Black with #CBE9E4

Text Example


Text Example

White with #CBE9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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