Html Css Color HEX #CFEEDC White Ice

📋 copy color: '#CFEEDC'

red 207 ◦ green 238 ◦ blue 220

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

Shades of White Ice #CFEEDC

Tints of White Ice #CFEEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.79%

 BLUE value IS 220 (86.33% from 255) = 33.08%

R = 31.13%
G = 35.79%
B = 33.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#CFEEDC (or 0xCFEEDC) is known color: White Ice. HEX triplet: CF, EE and DC. RGB value is (207,238,220). Sum of RGB (Red+Green+Blue) = 207+238+220=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEDC is #301123. Grayscale: #E2E2E2. Windows color (decimal): -3150116 or 14479055. OLE color: 14479055.

HSL color Cylindrical-coordinate representation of color #CFEEDC: hue angle of 145.16º degrees, saturation: 0.48, 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 #CFEEDC is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 220 -
CMYK 0.13 0 0.08 0.07
HSL 145.16º 0.48% 0.87% -
HSV(B) 145.16º 0.13% 0.93% -
XYZ 69.22 79.58 79.42 -
YUV 226.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 207 238 220 0.13 0 0.08 0.07 145.16 0.48 0.87
Hex CF EE DC D 0 8 7 91 30 57
Octal 317 356 334 15 0 10 7 221 60 127
Binary 11001111 11101110 11011100 1101 0 1000 111 10010001 110000 1010111

Color Harmonies of #CFEEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEDC

Black with #CFEEDC

Text Example


Text Example

White with #CFEEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEDC; }

 p { color: rgb(207,238,220); }

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

background-color css

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

 a { background-color: rgb(207,238,220); }

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

border-color css

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

 span { border-color: rgb(207,238,220); }

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