Html Css Color HEX #CFF2E0 White Ice

📋 copy color: '#CFF2E0'

red 207 ◦ green 242 ◦ blue 224

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

Shades of White Ice #CFF2E0

Tints of White Ice #CFF2E0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.96%

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

R = 30.76%
G = 35.96%
B = 33.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#CFF2E0 (or 0xCFF2E0) is known color: White Ice. HEX triplet: CF, F2 and E0. RGB value is (207,242,224). Sum of RGB (Red+Green+Blue) = 207+242+224=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 224 (87.89% from 255 or 33.28% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2E0 is #300D1F. Grayscale: #E5E5E5. Windows color (decimal): -3149088 or 14742223. OLE color: 14742223.

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

Color convert

RGB 207 242 224 -
CMYK 0.14 0 0.07 0.05
HSL 149.14º 0.57% 0.88% -
HSV(B) 149.14º 0.14% 0.95% -
XYZ 70.94 82.15 82.64 -
YUV 229.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 207 242 224 0.14 0 0.07 0.05 149.14 0.57 0.88
Hex CF F2 E0 E 0 7 5 95 39 58
Octal 317 362 340 16 0 7 5 225 71 130
Binary 11001111 11110010 11100000 1110 0 111 101 10010101 111001 1011000

Color Harmonies of #CFF2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF2E0

Black with #CFF2E0

Text Example


Text Example

White with #CFF2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF2E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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