Html Css Color HEX #CFF0E0 White Ice

📋 copy color: '#CFF0E0'

red 207 ◦ green 240 ◦ blue 224

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

Shades of White Ice #CFF0E0

Tints of White Ice #CFF0E0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.77%

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

R = 30.85%
G = 35.77%
B = 33.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#CFF0E0 (or 0xCFF0E0) is known color: White Ice. HEX triplet: CF, F0 and E0. RGB value is (207,240,224). Sum of RGB (Red+Green+Blue) = 207+240+224=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0E0 is #300F1F. Grayscale: #E4E4E4. Windows color (decimal): -3149600 or 14741711. OLE color: 14741711.

HSL color Cylindrical-coordinate representation of color #CFF0E0: hue angle of 150.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0E0 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 224 -
CMYK 0.14 0 0.07 0.06
HSL 150.91º 0.52% 0.88% -
HSV(B) 150.91º 0.14% 0.94% -
XYZ 70.35 80.97 82.44 -
YUV 228.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 207 240 224 0.14 0 0.07 0.06 150.91 0.52 0.88
Hex CF F0 E0 E 0 7 6 97 34 58
Octal 317 360 340 16 0 7 6 227 64 130
Binary 11001111 11110000 11100000 1110 0 111 110 10010111 110100 1011000

Color Harmonies of #CFF0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0E0

Black with #CFF0E0

Text Example


Text Example

White with #CFF0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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