#CAEBCD

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

Shades of Granny Apple #CAEBCD

Tints of Granny Apple #CAEBCD

Color information

#CAEBCD (or 0xCAEBCD) is unknown color: approx Granny Apple. HEX triplet: CA, EB and CD. RGB value is (202,235,205). Sum of RGB (Red+Green+Blue) = 202+235+205=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBCD is #351432. Grayscale: #DDDDDD. Windows color (decimal): -3478579 or 13495242. OLE color: 13495242.

HSL color Cylindrical-coordinate representation of color #CAEBCD: hue angle of 125.45º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBCD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB202235205-
CMYK0.1400.130.08
HSL125.45º45.21%85.69%-
HSV(B)125.45º14.04%92.16%-
XYZ65.0876.3869.07-
YUV221.71118.57113.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=31.46%
G=36.60%
B=31.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352050.1400.130.08125.4545.2185.69
HexCAEBCDE0D87d2d56
Octal312353315160151017555126
Binary110010101110101111001101111001101100011111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBCD; }

 p { color: rgb(202,235,205); }

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

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

 a { background-color: rgb(202,235,205); }

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

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

 span { border-color: rgb(202,235,205); }

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