Html Css Color HEX #CCE2DD Jagged Ice

📋 copy color: '#CCE2DD'

red 204 ◦ green 226 ◦ blue 221

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

Shades of Jagged Ice #CCE2DD

Tints of Jagged Ice #CCE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.72%

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

R = 31.34%
G = 34.72%
B = 33.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CCE2DD (or 0xCCE2DD) is known color: Jagged Ice. HEX triplet: CC, E2 and DD. RGB value is (204,226,221). Sum of RGB (Red+Green+Blue) = 204+226+221=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2DD is #331D22. Grayscale: #DADADA. Windows color (decimal): -3349795 or 14541516. OLE color: 14541516.

HSL color Cylindrical-coordinate representation of color #CCE2DD: hue angle of 166.36º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2DD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 221 -
CMYK 0.10 0 0.02 0.11
HSL 166.36º 0.28% 0.84% -
HSV(B) 166.36º 0.1% 0.89% -
XYZ 65.15 72.45 78.96 -
YUV 218.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 204 226 221 0.10 0 0.02 0.11 166.36 0.28 0.84
Hex CC E2 DD A 0 2 B A6 1C 54
Octal 314 342 335 12 0 2 13 246 34 124
Binary 11001100 11100010 11011101 1010 0 10 1011 10100110 11100 1010100

Color Harmonies of #CCE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2DD

Black with #CCE2DD

Text Example


Text Example

White with #CCE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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