#CAE1CC

Color #CAE1CC Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CAE1CC

Tints of Granny Apple #CAE1CC

Color information

#CAE1CC (or 0xCAE1CC) is unknown color: approx Granny Apple. HEX triplet: CA, E1 and CC. RGB value is (202,225,204). Sum of RGB (Red+Green+Blue) = 202+225+204=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1CC is #351E33. Grayscale: #D7D7D7. Windows color (decimal): -3481140 or 13427146. OLE color: 13427146.

HSL color Cylindrical-coordinate representation of color #CAE1CC: hue angle of 125.22º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE1CC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB202225204-
CMYK0.1000.090.12
HSL125.22º27.71%83.73%-
HSV(B)125.22º10.22%88.24%-
XYZ62.1870.7767.51-
YUV215.73121.38118.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 204 (80.08% from 255) = 32.33%
R=32.01%
G=35.66%
B=32.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022252040.1000.090.12125.2227.7183.73
HexCAE1CCA09C7d1c54
Octal312341314120111417534124
Binary11001010111000011100110010100100111001111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1CC; }

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

 H1.HeaderClassName
 {
   color: #CAE1CC;
 }
 .AnyTagClassName
 {
   color: #CAE1CC;
 }
</style>
background-color css

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

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

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

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

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

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