Html Css Color HEX #CFEEDE White Ice

📋 copy color: '#CFEEDE'

red 207 ◦ green 238 ◦ blue 222

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

Shades of White Ice #CFEEDE

Tints of White Ice #CFEEDE

RGB

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

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

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

R = 31.03%
G = 35.68%
B = 33.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#CFEEDE (or 0xCFEEDE) is known color: White Ice. HEX triplet: CF, EE and DE. RGB value is (207,238,222). Sum of RGB (Red+Green+Blue) = 207+238+222=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEDE is #301121. Grayscale: #E2E2E2. Windows color (decimal): -3150114 or 14610127. OLE color: 14610127.

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

Color convert

RGB 207 238 222 -
CMYK 0.13 0 0.07 0.07
HSL 149.03º 0.48% 0.87% -
HSV(B) 149.03º 0.13% 0.93% -
XYZ 69.49 79.69 80.83 -
YUV 226.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 207 238 222 0.13 0 0.07 0.07 149.03 0.48 0.87
Hex CF EE DE D 0 7 7 95 30 57
Octal 317 356 336 15 0 7 7 225 60 127
Binary 11001111 11101110 11011110 1101 0 111 111 10010101 110000 1010111

Color Harmonies of #CFEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEDE

Black with #CFEEDE

Text Example


Text Example

White with #CFEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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