Html Css Color HEX #CCE9E4 Jagged Ice

📋 copy color: '#CCE9E4'

red 204 ◦ green 233 ◦ blue 228

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

Shades of Jagged Ice #CCE9E4

Tints of Jagged Ice #CCE9E4

RGB

 RED value IS 204 (80.08% from 255) = 30.68%

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

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

R = 30.68%
G = 35.04%
B = 34.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#CCE9E4 (or 0xCCE9E4) is known color: Jagged Ice. HEX triplet: CC, E9 and E4. RGB value is (204,233,228). Sum of RGB (Red+Green+Blue) = 204+233+228=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9E4 is #33161B. Grayscale: #DFDFDF. Windows color (decimal): -3347996 or 15002060. OLE color: 15002060.

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

Color convert

RGB 204 233 228 -
CMYK 0.12 0 0.02 0.09
HSL 169.66º 0.4% 0.86% -
HSV(B) 169.66º 0.12% 0.91% -
XYZ 68.04 76.72 84.62 -
YUV 223.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 204 233 228 0.12 0 0.02 0.09 169.66 0.4 0.86
Hex CC E9 E4 C 0 2 9 AA 28 56
Octal 314 351 344 14 0 2 11 252 50 126
Binary 11001100 11101001 11100100 1100 0 10 1001 10101010 101000 1010110

Color Harmonies of #CCE9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9E4

Black with #CCE9E4

Text Example


Text Example

White with #CCE9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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