Html Css Color HEX #CFF1E1 White Ice

📋 copy color: '#CFF1E1'

red 207 ◦ green 241 ◦ blue 225

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

Shades of White Ice #CFF1E1

Tints of White Ice #CFF1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.81%

 BLUE value IS 225 (88.28% from 255) = 33.43%

R = 30.76%
G = 35.81%
B = 33.43%

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

#CFF1E1 (or 0xCFF1E1) is known color: White Ice. HEX triplet: CF, F1 and E1. RGB value is (207,241,225). Sum of RGB (Red+Green+Blue) = 207+241+225=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1E1 is #300E1E. Grayscale: #E5E5E5. Windows color (decimal): -3149343 or 14807503. OLE color: 14807503.

HSL color Cylindrical-coordinate representation of color #CFF1E1: hue angle of 151.76º degrees, saturation: 0.55, 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 #CFF1E1 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 225 -
CMYK 0.14 0 0.07 0.05
HSL 151.76º 0.55% 0.88% -
HSV(B) 151.76º 0.14% 0.95% -
XYZ 70.78 81.61 83.26 -
YUV 229.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 207 241 225 0.14 0 0.07 0.05 151.76 0.55 0.88
Hex CF F1 E1 E 0 7 5 98 37 58
Octal 317 361 341 16 0 7 5 230 67 130
Binary 11001111 11110001 11100001 1110 0 111 101 10011000 110111 1011000

Color Harmonies of #CFF1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF1E1

Black with #CFF1E1

Text Example


Text Example

White with #CFF1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF1E1; }

 p { color: rgb(207,241,225); }

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

background-color css

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

 a { background-color: rgb(207,241,225); }

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

border-color css

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

 span { border-color: rgb(207,241,225); }

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