Html Css Color HEX #CCE6E2 Jagged Ice

📋 copy color: '#CCE6E2'

red 204 ◦ green 230 ◦ blue 226

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

Shades of Jagged Ice #CCE6E2

Tints of Jagged Ice #CCE6E2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.85%

 BLUE value IS 226 (88.67% from 255) = 34.24%

R = 30.91%
G = 34.85%
B = 34.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#CCE6E2 (or 0xCCE6E2) is known color: Jagged Ice. HEX triplet: CC, E6 and E2. RGB value is (204,230,226). Sum of RGB (Red+Green+Blue) = 204+230+226=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6E2 is #33191D. Grayscale: #DDDDDD. Windows color (decimal): -3348766 or 14870220. OLE color: 14870220.

HSL color Cylindrical-coordinate representation of color #CCE6E2: hue angle of 170.77º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE6E2 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 226 -
CMYK 0.11 0 0.02 0.10
HSL 170.77º 0.34% 0.85% -
HSV(B) 170.77º 0.11% 0.9% -
XYZ 66.93 74.92 82.89 -
YUV 221.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 204 230 226 0.11 0 0.02 0.10 170.77 0.34 0.85
Hex CC E6 E2 B 0 2 A AB 22 55
Octal 314 346 342 13 0 2 12 253 42 125
Binary 11001100 11100110 11100010 1011 0 10 1010 10101011 100010 1010101

Color Harmonies of #CCE6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6E2

Black with #CCE6E2

Text Example


Text Example

White with #CCE6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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