Html Css Color HEX #CCE4E1 Jagged Ice

📋 copy color: '#CCE4E1'

red 204 ◦ green 228 ◦ blue 225

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

Shades of Jagged Ice #CCE4E1

Tints of Jagged Ice #CCE4E1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.7%

 BLUE value IS 225 (88.28% from 255) = 34.25%

R = 31.05%
G = 34.7%
B = 34.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#CCE4E1 (or 0xCCE4E1) is known color: Jagged Ice. HEX triplet: CC, E4 and E1. RGB value is (204,228,225). Sum of RGB (Red+Green+Blue) = 204+228+225=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4E1 is #331B1E. Grayscale: #DCDCDC. Windows color (decimal): -3349279 or 14804172. OLE color: 14804172.

HSL color Cylindrical-coordinate representation of color #CCE4E1: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4E1 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 225 -
CMYK 0.11 0 0.01 0.11
HSL 172.5º 0.31% 0.85% -
HSV(B) 172.5º 0.11% 0.89% -
XYZ 66.24 73.76 81.98 -
YUV 220.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 204 228 225 0.11 0 0.01 0.11 172.5 0.31 0.85
Hex CC E4 E1 B 0 1 B AC 1F 55
Octal 314 344 341 13 0 1 13 254 37 125
Binary 11001100 11100100 11100001 1011 0 1 1011 10101100 11111 1010101

Color Harmonies of #CCE4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4E1

Black with #CCE4E1

Text Example


Text Example

White with #CCE4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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