Html Css Color HEX #CCE1DD Jagged Ice

📋 copy color: '#CCE1DD'

red 204 ◦ green 225 ◦ blue 221

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

Shades of Jagged Ice #CCE1DD

Tints of Jagged Ice #CCE1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34%

R = 31.38%
G = 34.62%
B = 34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#CCE1DD (or 0xCCE1DD) is known color: Jagged Ice. HEX triplet: CC, E1 and DD. RGB value is (204,225,221). Sum of RGB (Red+Green+Blue) = 204+225+221=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DD is #331E22. Grayscale: #DADADA. Windows color (decimal): -3350051 or 14541260. OLE color: 14541260.

HSL color Cylindrical-coordinate representation of color #CCE1DD: hue angle of 168.57º 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 #CCE1DD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 221 -
CMYK 0.09 0 0.02 0.12
HSL 168.57º 0.26% 0.84% -
HSV(B) 168.57º 0.09% 0.88% -
XYZ 64.88 71.91 78.87 -
YUV 218.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 204 225 221 0.09 0 0.02 0.12 168.57 0.26 0.84
Hex CC E1 DD 9 0 2 C A9 1A 54
Octal 314 341 335 11 0 2 14 251 32 124
Binary 11001100 11100001 11011101 1001 0 10 1100 10101001 11010 1010100

Color Harmonies of #CCE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1DD

Black with #CCE1DD

Text Example


Text Example

White with #CCE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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