Html Css Color HEX #CCE1DF Jagged Ice

📋 copy color: '#CCE1DF'

red 204 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #CCE1DF

Tints of Jagged Ice #CCE1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.51%

 BLUE value IS 223 (87.5% from 255) = 34.2%

R = 31.29%
G = 34.51%
B = 34.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#CCE1DF (or 0xCCE1DF) is known color: Jagged Ice. HEX triplet: CC, E1 and DF. RGB value is (204,225,223). Sum of RGB (Red+Green+Blue) = 204+225+223=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DF is #331E20. Grayscale: #DADADA. Windows color (decimal): -3350049 or 14672332. OLE color: 14672332.

HSL color Cylindrical-coordinate representation of color #CCE1DF: hue angle of 174.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE1DF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 223 -
CMYK 0.09 0 0.01 0.12
HSL 174.29º 0.26% 0.84% -
HSV(B) 174.29º 0.09% 0.88% -
XYZ 65.15 72.02 80.28 -
YUV 218.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 204 225 223 0.09 0 0.01 0.12 174.29 0.26 0.84
Hex CC E1 DF 9 0 1 C AE 1A 54
Octal 314 341 337 11 0 1 14 256 32 124
Binary 11001100 11100001 11011111 1001 0 1 1100 10101110 11010 1010100

Color Harmonies of #CCE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1DF

Black with #CCE1DF

Text Example


Text Example

White with #CCE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1DF; }

 p { color: rgb(204,225,223); }

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

background-color css

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

 a { background-color: rgb(204,225,223); }

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

border-color css

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

 span { border-color: rgb(204,225,223); }

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