Html Css Color HEX #CEECE7 Jagged Ice

📋 copy color: '#CEECE7'

red 206 ◦ green 236 ◦ blue 231

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

Shades of Jagged Ice #CEECE7

Tints of Jagged Ice #CEECE7

RGB

 RED value IS 206 (80.86% from 255) = 30.61%

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

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

R = 30.61%
G = 35.07%
B = 34.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#CEECE7 (or 0xCEECE7) is known color: Jagged Ice. HEX triplet: CE, EC and E7. RGB value is (206,236,231). Sum of RGB (Red+Green+Blue) = 206+236+231=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECE7 is #311318. Grayscale: #E2E2E2. Windows color (decimal): -3216153 or 15199438. OLE color: 15199438.

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

Color convert

RGB 206 236 231 -
CMYK 0.13 0 0.02 0.07
HSL 170º 0.44% 0.87% -
HSV(B) 170º 0.13% 0.93% -
XYZ 69.87 78.88 87.14 -
YUV 226.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 206 236 231 0.13 0 0.02 0.07 170 0.44 0.87
Hex CE EC E7 D 0 2 7 AA 2C 57
Octal 316 354 347 15 0 2 7 252 54 127
Binary 11001110 11101100 11100111 1101 0 10 111 10101010 101100 1010111

Color Harmonies of #CEECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECE7

Black with #CEECE7

Text Example


Text Example

White with #CEECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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