Html Css Color HEX #CAFEE1 White Ice

📋 copy color: '#CAFEE1'

red 202 ◦ green 254 ◦ blue 225

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

Shades of White Ice #CAFEE1

Tints of White Ice #CAFEE1

RGB

 RED value IS 202 (79.3% from 255) = 29.66%

 GREEN value IS 254 (99.61% from 255) = 37.3%

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

R = 29.66%
G = 37.3%
B = 33.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#CAFEE1 (or 0xCAFEE1) is known color: White Ice. HEX triplet: CA, FE and E1. RGB value is (202,254,225). Sum of RGB (Red+Green+Blue) = 202+254+225=681 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.66% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE1 is #35011E. Grayscale: #EBEBEB. Windows color (decimal): -3473695 or 14810826. OLE color: 14810826.

HSL color Cylindrical-coordinate representation of color #CAFEE1: hue angle of 146.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEE1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 225 -
CMYK 0.20 0 0.11 0.00
HSL 146.54º 0.96% 0.89% -
HSV(B) 146.54º 0.2% 1% -
XYZ 73.39 88.88 84.52 -
YUV 235.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 202 254 225 0.20 0 0.11 0.00 146.54 0.96 0.89
Hex CA FE E1 14 0 B 0 93 60 59
Octal 312 376 341 24 0 13 0 223 140 131
Binary 11001010 11111110 11100001 10100 0 1011 0 10010011 1100000 1011001

Color Harmonies of #CAFEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEE1

Black with #CAFEE1

Text Example


Text Example

White with #CAFEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEE1; }

 p { color: rgb(202,254,225); }

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

background-color css

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

 a { background-color: rgb(202,254,225); }

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

border-color css

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

 span { border-color: rgb(202,254,225); }

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