Html Css Color HEX #CFEFE0 White Ice

📋 copy color: '#CFEFE0'

red 207 ◦ green 239 ◦ blue 224

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

Shades of White Ice #CFEFE0

Tints of White Ice #CFEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.67%

 BLUE value IS 224 (87.89% from 255) = 33.43%

R = 30.9%
G = 35.67%
B = 33.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#CFEFE0 (or 0xCFEFE0) is known color: White Ice. HEX triplet: CF, EF and E0. RGB value is (207,239,224). Sum of RGB (Red+Green+Blue) = 207+239+224=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFE0 is #30101F. Grayscale: #E3E3E3. Windows color (decimal): -3149856 or 14741455. OLE color: 14741455.

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

Color convert

RGB 207 239 224 -
CMYK 0.13 0 0.06 0.06
HSL 151.88º 0.5% 0.87% -
HSV(B) 151.88º 0.13% 0.94% -
XYZ 70.05 80.38 82.34 -
YUV 227.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 207 239 224 0.13 0 0.06 0.06 151.88 0.5 0.87
Hex CF EF E0 D 0 6 6 98 32 57
Octal 317 357 340 15 0 6 6 230 62 127
Binary 11001111 11101111 11100000 1101 0 110 110 10011000 110010 1010111

Color Harmonies of #CFEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEFE0

Black with #CFEFE0

Text Example


Text Example

White with #CFEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEFE0; }

 p { color: rgb(207,239,224); }

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

background-color css

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

 a { background-color: rgb(207,239,224); }

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

border-color css

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

 span { border-color: rgb(207,239,224); }

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