Html Css Color HEX #CFEDDE White Ice

📋 copy color: '#CFEDDE'

red 207 ◦ green 237 ◦ blue 222

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

Shades of White Ice #CFEDDE

Tints of White Ice #CFEDDE

RGB

 RED value IS 207 (81.25% from 255) = 31.08%

 GREEN value IS 237 (92.97% from 255) = 35.59%

 BLUE value IS 222 (87.11% from 255) = 33.33%

R = 31.08%
G = 35.59%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#CFEDDE (or 0xCFEDDE) is known color: White Ice. HEX triplet: CF, ED and DE. RGB value is (207,237,222). Sum of RGB (Red+Green+Blue) = 207+237+222=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDDE is #301221. Grayscale: #E2E2E2. Windows color (decimal): -3150370 or 14609871. OLE color: 14609871.

HSL color Cylindrical-coordinate representation of color #CFEDDE: hue angle of 150º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDDE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 222 -
CMYK 0.13 0 0.06 0.07
HSL 150º 0.45% 0.87% -
HSV(B) 150º 0.13% 0.93% -
XYZ 69.2 79.11 80.73 -
YUV 226.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 207 237 222 0.13 0 0.06 0.07 150 0.45 0.87
Hex CF ED DE D 0 6 7 96 2D 57
Octal 317 355 336 15 0 6 7 226 55 127
Binary 11001111 11101101 11011110 1101 0 110 111 10010110 101101 1010111

Color Harmonies of #CFEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDDE

Black with #CFEDDE

Text Example


Text Example

White with #CFEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDDE; }

 p { color: rgb(207,237,222); }

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

background-color css

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

 a { background-color: rgb(207,237,222); }

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

border-color css

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

 span { border-color: rgb(207,237,222); }

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