Html Css Color HEX #CEE8E3 Jagged Ice

📋 copy color: '#CEE8E3'

red 206 ◦ green 232 ◦ blue 227

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

Shades of Jagged Ice #CEE8E3

Tints of Jagged Ice #CEE8E3

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.89%

 BLUE value IS 227 (89.06% from 255) = 34.14%

R = 30.98%
G = 34.89%
B = 34.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#CEE8E3 (or 0xCEE8E3) is known color: Jagged Ice. HEX triplet: CE, E8 and E3. RGB value is (206,232,227). Sum of RGB (Red+Green+Blue) = 206+232+227=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8E3 is #31171C. Grayscale: #DFDFDF. Windows color (decimal): -3217181 or 14936270. OLE color: 14936270.

HSL color Cylindrical-coordinate representation of color #CEE8E3: hue angle of 168.46º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE8E3 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 232 227 -
CMYK 0.11 0 0.02 0.09
HSL 168.46º 0.36% 0.86% -
HSV(B) 168.46º 0.11% 0.91% -
XYZ 68.18 76.38 83.82 -
YUV 223.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 206 232 227 0.11 0 0.02 0.09 168.46 0.36 0.86
Hex CE E8 E3 B 0 2 9 A8 24 56
Octal 316 350 343 13 0 2 11 250 44 126
Binary 11001110 11101000 11100011 1011 0 10 1001 10101000 100100 1010110

Color Harmonies of #CEE8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE8E3

Black with #CEE8E3

Text Example


Text Example

White with #CEE8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE8E3; }

 p { color: rgb(206,232,227); }

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

background-color css

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

 a { background-color: rgb(206,232,227); }

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

border-color css

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

 span { border-color: rgb(206,232,227); }

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