#CAEFCB

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

Shades of Granny Apple #CAEFCB

Tints of Granny Apple #CAEFCB

Color information

#CAEFCB (or 0xCAEFCB) is unknown color: approx Granny Apple. HEX triplet: CA, EF and CB. RGB value is (202,239,203). Sum of RGB (Red+Green+Blue) = 202+239+203=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFCB is #351034. Grayscale: #DFDFDF. Windows color (decimal): -3477557 or 13365194. OLE color: 13365194.

HSL color Cylindrical-coordinate representation of color #CAEFCB: hue angle of 121.62º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFCB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB202239203-
CMYK0.1500.150.06
HSL121.62º53.62%86.47%-
HSV(B)121.62º15.48%93.73%-
XYZ6678.668.19-
YUV223.83116.24112.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 203 (79.69% from 255) = 31.52%
R=31.37%
G=37.11%
B=31.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392030.1500.150.06121.6253.6286.47
HexCAEFCBF0F67a3656
Octal31235731317017617266126
Binary11001010111011111100101111110111111011110101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFCB; }

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

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

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

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

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

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

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

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