Html Css Color HEX #CEFAE0 White Ice

📋 copy color: '#CEFAE0'

red 206 ◦ green 250 ◦ blue 224

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

Shades of White Ice #CEFAE0

Tints of White Ice #CEFAE0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.76%

 BLUE value IS 224 (87.89% from 255) = 32.94%

R = 30.29%
G = 36.76%
B = 32.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#CEFAE0 (or 0xCEFAE0) is known color: White Ice. HEX triplet: CE, FA and E0. RGB value is (206,250,224). Sum of RGB (Red+Green+Blue) = 206+250+224=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAE0 is #31051F. Grayscale: #E9E9E9. Windows color (decimal): -3212576 or 14744270. OLE color: 14744270.

HSL color Cylindrical-coordinate representation of color #CEFAE0: hue angle of 144.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAE0 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 224 -
CMYK 0.18 0 0.10 0.02
HSL 144.55º 0.81% 0.89% -
HSV(B) 144.55º 0.18% 0.98% -
XYZ 73.09 86.87 83.44 -
YUV 233.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 206 250 224 0.18 0 0.10 0.02 144.55 0.81 0.89
Hex CE FA E0 12 0 A 2 91 51 59
Octal 316 372 340 22 0 12 2 221 121 131
Binary 11001110 11111010 11100000 10010 0 1010 10 10010001 1010001 1011001

Color Harmonies of #CEFAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFAE0

Black with #CEFAE0

Text Example


Text Example

White with #CEFAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFAE0; }

 p { color: rgb(206,250,224); }

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

background-color css

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

 a { background-color: rgb(206,250,224); }

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

border-color css

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

 span { border-color: rgb(206,250,224); }

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