Html Css Color HEX #CCECE7 Jagged Ice

📋 copy color: '#CCECE7'

red 204 ◦ green 236 ◦ blue 231

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

Shades of Jagged Ice #CCECE7

Tints of Jagged Ice #CCECE7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.17%

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 30.4%
G = 35.17%
B = 34.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#CCECE7 (or 0xCCECE7) is known color: Jagged Ice. HEX triplet: CC, EC and E7. RGB value is (204,236,231). Sum of RGB (Red+Green+Blue) = 204+236+231=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECE7 is #331318. Grayscale: #E1E1E1. Windows color (decimal): -3347225 or 15199436. OLE color: 15199436.

HSL color Cylindrical-coordinate representation of color #CCECE7: hue angle of 170.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECE7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 231 -
CMYK 0.14 0 0.02 0.07
HSL 170.63º 0.46% 0.86% -
HSV(B) 170.63º 0.14% 0.93% -
XYZ 69.32 78.6 87.12 -
YUV 225.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 204 236 231 0.14 0 0.02 0.07 170.63 0.46 0.86
Hex CC EC E7 E 0 2 7 AB 2E 56
Octal 314 354 347 16 0 2 7 253 56 126
Binary 11001100 11101100 11100111 1110 0 10 111 10101011 101110 1010110

Color Harmonies of #CCECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECE7

Black with #CCECE7

Text Example


Text Example

White with #CCECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECE7; }

 p { color: rgb(204,236,231); }

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

background-color css

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

 a { background-color: rgb(204,236,231); }

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

border-color css

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

 span { border-color: rgb(204,236,231); }

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