Html Css Color HEX #CEFEE1 White Ice

📋 copy color: '#CEFEE1'

red 206 ◦ green 254 ◦ blue 225

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

Shades of White Ice #CEFEE1

Tints of White Ice #CEFEE1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.08%

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

R = 30.07%
G = 37.08%
B = 32.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#CEFEE1 (or 0xCEFEE1) is known color: White Ice. HEX triplet: CE, FE and E1. RGB value is (206,254,225). Sum of RGB (Red+Green+Blue) = 206+254+225=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 225 (88.28% from 255 or 32.85% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEE1 is #31011E. Grayscale: #ECECEC. Windows color (decimal): -3211551 or 14810830. OLE color: 14810830.

HSL color Cylindrical-coordinate representation of color #CEFEE1: hue angle of 143.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFEE1 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 225 -
CMYK 0.19 0 0.11 0.00
HSL 143.75º 0.96% 0.9% -
HSV(B) 143.75º 0.19% 1% -
XYZ 74.49 89.44 84.57 -
YUV 236.34 121.6 106.36 -
System Red Green Blue C M Y K H S L
Decimal 206 254 225 0.19 0 0.11 0.00 143.75 0.96 0.9
Hex CE FE E1 13 0 B 0 90 60 5A
Octal 316 376 341 23 0 13 0 220 140 132
Binary 11001110 11111110 11100001 10011 0 1011 0 10010000 1100000 1011010

Color Harmonies of #CEFEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFEE1

Black with #CEFEE1

Text Example


Text Example

White with #CEFEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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