#CAEDCB

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

Shades of Granny Apple #CAEDCB

Tints of Granny Apple #CAEDCB

Color information

#CAEDCB (or 0xCAEDCB) is unknown color: approx Granny Apple. HEX triplet: CA, ED and CB. RGB value is (202,237,203). Sum of RGB (Red+Green+Blue) = 202+237+203=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDCB is #351234. Grayscale: #DEDEDE. Windows color (decimal): -3478069 or 13364682. OLE color: 13364682.

HSL color Cylindrical-coordinate representation of color #CAEDCB: hue angle of 121.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDCB is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB202237203-
CMYK0.1500.140.07
HSL121.71º49.3%86.08%-
HSV(B)121.71º14.77%92.94%-
XYZ65.4277.4468-
YUV222.66116.9113.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 237 (92.97% from 255) = 36.92%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=31.46%
G=36.92%
B=31.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372030.1500.140.07121.7149.386.08
HexCAEDCBF0E77a3156
Octal31235531317016717261126
Binary11001010111011011100101111110111011111110101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDCB; }

 p { color: rgb(202,237,203); }

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

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

 a { background-color: rgb(202,237,203); }

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

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

 span { border-color: rgb(202,237,203); }

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