Html Css Color HEX #CFEEE0 White Ice

📋 copy color: '#CFEEE0'

red 207 ◦ green 238 ◦ blue 224

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

Shades of White Ice #CFEEE0

Tints of White Ice #CFEEE0

RGB

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

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

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

R = 30.94%
G = 35.58%
B = 33.48%

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

#CFEEE0 (or 0xCFEEE0) is known color: White Ice. HEX triplet: CF, EE and E0. RGB value is (207,238,224). Sum of RGB (Red+Green+Blue) = 207+238+224=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEE0 is #30111F. Grayscale: #E3E3E3. Windows color (decimal): -3150112 or 14741199. OLE color: 14741199.

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

Color convert

RGB 207 238 224 -
CMYK 0.13 0 0.06 0.07
HSL 152.9º 0.48% 0.87% -
HSV(B) 152.9º 0.13% 0.93% -
XYZ 69.76 79.8 82.25 -
YUV 227.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 207 238 224 0.13 0 0.06 0.07 152.9 0.48 0.87
Hex CF EE E0 D 0 6 7 99 30 57
Octal 317 356 340 15 0 6 7 231 60 127
Binary 11001111 11101110 11100000 1101 0 110 111 10011001 110000 1010111

Color Harmonies of #CFEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEE0

Black with #CFEEE0

Text Example


Text Example

White with #CFEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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