Html Css Color HEX #CEFBE0 White Ice

📋 copy color: '#CEFBE0'

red 206 ◦ green 251 ◦ blue 224

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

Shades of White Ice #CEFBE0

Tints of White Ice #CEFBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.86%

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

R = 30.25%
G = 36.86%
B = 32.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#CEFBE0 (or 0xCEFBE0) is known color: White Ice. HEX triplet: CE, FB and E0. RGB value is (206,251,224). Sum of RGB (Red+Green+Blue) = 206+251+224=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBE0 is #31041F. Grayscale: #EAEAEA. Windows color (decimal): -3212320 or 14744526. OLE color: 14744526.

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

Color convert

RGB 206 251 224 -
CMYK 0.18 0 0.11 0.02
HSL 144º 0.85% 0.9% -
HSV(B) 144º 0.18% 0.98% -
XYZ 73.41 87.5 83.54 -
YUV 234.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 206 251 224 0.18 0 0.11 0.02 144 0.85 0.9
Hex CE FB E0 12 0 B 2 90 55 5A
Octal 316 373 340 22 0 13 2 220 125 132
Binary 11001110 11111011 11100000 10010 0 1011 10 10010000 1010101 1011010

Color Harmonies of #CEFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFBE0

Black with #CEFBE0

Text Example


Text Example

White with #CEFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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