Html Css Color HEX #CEECE6 Jagged Ice

📋 copy color: '#CEECE6'

red 206 ◦ green 236 ◦ blue 230

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

Shades of Jagged Ice #CEECE6

Tints of Jagged Ice #CEECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.23%

R = 30.65%
G = 35.12%
B = 34.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#CEECE6 (or 0xCEECE6) is known color: Jagged Ice. HEX triplet: CE, EC and E6. RGB value is (206,236,230). Sum of RGB (Red+Green+Blue) = 206+236+230=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECE6 is #311319. Grayscale: #E2E2E2. Windows color (decimal): -3216154 or 15133902. OLE color: 15133902.

HSL color Cylindrical-coordinate representation of color #CEECE6: hue angle of 168º 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 #CEECE6 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 236 230 -
CMYK 0.13 0 0.03 0.07
HSL 168º 0.44% 0.87% -
HSV(B) 168º 0.13% 0.93% -
XYZ 69.73 78.83 86.4 -
YUV 226.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 206 236 230 0.13 0 0.03 0.07 168 0.44 0.87
Hex CE EC E6 D 0 3 7 A8 2C 57
Octal 316 354 346 15 0 3 7 250 54 127
Binary 11001110 11101100 11100110 1101 0 11 111 10101000 101100 1010111

Color Harmonies of #CEECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEECE6

Black with #CEECE6

Text Example


Text Example

White with #CEECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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