Html Css Color HEX #CEF3E2 White Ice

📋 copy color: '#CEF3E2'

red 206 ◦ green 243 ◦ blue 226

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

Shades of White Ice #CEF3E2

Tints of White Ice #CEF3E2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36%

 BLUE value IS 226 (88.67% from 255) = 33.48%

R = 30.52%
G = 36%
B = 33.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#CEF3E2 (or 0xCEF3E2) is known color: White Ice. HEX triplet: CE, F3 and E2. RGB value is (206,243,226). Sum of RGB (Red+Green+Blue) = 206+243+226=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3E2 is #310C1D. Grayscale: #E6E6E6. Windows color (decimal): -3214366 or 14873550. OLE color: 14873550.

HSL color Cylindrical-coordinate representation of color #CEF3E2: hue angle of 152.43º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF3E2 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 226 -
CMYK 0.15 0 0.07 0.05
HSL 152.43º 0.61% 0.88% -
HSV(B) 152.43º 0.15% 0.95% -
XYZ 71.23 82.71 84.16 -
YUV 230 125.74 110.88 -
System Red Green Blue C M Y K H S L
Decimal 206 243 226 0.15 0 0.07 0.05 152.43 0.61 0.88
Hex CE F3 E2 F 0 7 5 98 3D 58
Octal 316 363 342 17 0 7 5 230 75 130
Binary 11001110 11110011 11100010 1111 0 111 101 10011000 111101 1011000

Color Harmonies of #CEF3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF3E2

Black with #CEF3E2

Text Example


Text Example

White with #CEF3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF3E2; }

 p { color: rgb(206,243,226); }

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

background-color css

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

 a { background-color: rgb(206,243,226); }

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

border-color css

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

 span { border-color: rgb(206,243,226); }

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