Html Css Color HEX #CEF1E1 White Ice

📋 copy color: '#CEF1E1'

red 206 ◦ green 241 ◦ blue 225

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

Shades of White Ice #CEF1E1

Tints of White Ice #CEF1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.86%

 BLUE value IS 225 (88.28% from 255) = 33.48%

R = 30.65%
G = 35.86%
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

#CEF1E1 (or 0xCEF1E1) is known color: White Ice. HEX triplet: CE, F1 and E1. RGB value is (206,241,225). Sum of RGB (Red+Green+Blue) = 206+241+225=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 225 (88.28% from 255 or 33.48% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1E1 is #310E1E. Grayscale: #E4E4E4. Windows color (decimal): -3214879 or 14807502. OLE color: 14807502.

HSL color Cylindrical-coordinate representation of color #CEF1E1: hue angle of 152.57º degrees, saturation: 0.56, 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 #CEF1E1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 225 -
CMYK 0.15 0 0.07 0.05
HSL 152.57º 0.56% 0.88% -
HSV(B) 152.57º 0.15% 0.95% -
XYZ 70.5 81.47 83.24 -
YUV 228.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 206 241 225 0.15 0 0.07 0.05 152.57 0.56 0.88
Hex CE F1 E1 F 0 7 5 99 38 58
Octal 316 361 341 17 0 7 5 231 70 130
Binary 11001110 11110001 11100001 1111 0 111 101 10011001 111000 1011000

Color Harmonies of #CEF1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1E1

Black with #CEF1E1

Text Example


Text Example

White with #CEF1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1E1; }

 p { color: rgb(206,241,225); }

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

background-color css

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

 a { background-color: rgb(206,241,225); }

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

border-color css

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

 span { border-color: rgb(206,241,225); }

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