Html Css Color HEX #CCEAE5 Jagged Ice

📋 copy color: '#CCEAE5'

red 204 ◦ green 234 ◦ blue 229

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

Shades of Jagged Ice #CCEAE5

Tints of Jagged Ice #CCEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.08%

 BLUE value IS 229 (89.84% from 255) = 34.33%

R = 30.58%
G = 35.08%
B = 34.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CCEAE5 (or 0xCCEAE5) is known color: Jagged Ice. HEX triplet: CC, EA and E5. RGB value is (204,234,229). Sum of RGB (Red+Green+Blue) = 204+234+229=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE5 is #33151A. Grayscale: #E0E0E0. Windows color (decimal): -3347739 or 15067852. OLE color: 15067852.

HSL color Cylindrical-coordinate representation of color #CCEAE5: hue angle of 170º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAE5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 229 -
CMYK 0.13 0 0.02 0.08
HSL 170º 0.42% 0.86% -
HSV(B) 170º 0.13% 0.92% -
XYZ 68.47 77.34 85.45 -
YUV 224.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 204 234 229 0.13 0 0.02 0.08 170 0.42 0.86
Hex CC EA E5 D 0 2 8 AA 2A 56
Octal 314 352 345 15 0 2 10 252 52 126
Binary 11001100 11101010 11100101 1101 0 10 1000 10101010 101010 1010110

Color Harmonies of #CCEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAE5

Black with #CCEAE5

Text Example


Text Example

White with #CCEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAE5; }

 p { color: rgb(204,234,229); }

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

background-color css

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

 a { background-color: rgb(204,234,229); }

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

border-color css

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

 span { border-color: rgb(204,234,229); }

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