Html Css Color HEX #CEFBE2 White Ice

📋 copy color: '#CEFBE2'

red 206 ◦ green 251 ◦ blue 226

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

Shades of White Ice #CEFBE2

Tints of White Ice #CEFBE2

RGB

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

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

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

R = 30.16%
G = 36.75%
B = 33.09%

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

#CEFBE2 (or 0xCEFBE2) is known color: White Ice. HEX triplet: CE, FB and E2. RGB value is (206,251,226). Sum of RGB (Red+Green+Blue) = 206+251+226=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBE2 is #31041D. Grayscale: #EAEAEA. Windows color (decimal): -3212318 or 14875598. OLE color: 14875598.

HSL color Cylindrical-coordinate representation of color #CEFBE2: hue angle of 146.67º 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 #CEFBE2 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 251 226 -
CMYK 0.18 0 0.10 0.02
HSL 146.67º 0.85% 0.9% -
HSV(B) 146.67º 0.18% 0.98% -
XYZ 73.68 87.61 84.98 -
YUV 234.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 206 251 226 0.18 0 0.10 0.02 146.67 0.85 0.9
Hex CE FB E2 12 0 A 2 93 55 5A
Octal 316 373 342 22 0 12 2 223 125 132
Binary 11001110 11111011 11100010 10010 0 1010 10 10010011 1010101 1011010

Color Harmonies of #CEFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFBE2

Black with #CEFBE2

Text Example


Text Example

White with #CEFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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