#CAE0CC

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

Shades of Granny Apple #CAE0CC

Tints of Granny Apple #CAE0CC

Color information

#CAE0CC (or 0xCAE0CC) is unknown color: approx Granny Apple. HEX triplet: CA, E0 and CC. RGB value is (202,224,204). Sum of RGB (Red+Green+Blue) = 202+224+204=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0CC is #351F33. Grayscale: #D7D7D7. Windows color (decimal): -3481396 or 13426890. OLE color: 13426890.

HSL color Cylindrical-coordinate representation of color #CAE0CC: hue angle of 125.45º degrees, saturation: 0.26, 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 #CAE0CC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB202224204-
CMYK0.1000.090.12
HSL125.45º26.19%83.53%-
HSV(B)125.45º9.82%87.84%-
XYZ61.9170.2367.42-
YUV215.14121.71118.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=32.06%
G=35.56%
B=32.38%

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
Decimal2022242040.1000.090.12125.4526.1983.53
HexCAE0CCA09C7d1a54
Octal312340314120111417532124
Binary11001010111000001100110010100100111001111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0CC; }

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

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

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

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

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

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

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

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