#CAEBCF

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

Shades of Granny Apple #CAEBCF

Tints of Granny Apple #CAEBCF

Color information

#CAEBCF (or 0xCAEBCF) is unknown color: approx Granny Apple. HEX triplet: CA, EB and CF. RGB value is (202,235,207). Sum of RGB (Red+Green+Blue) = 202+235+207=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBCF is #351430. Grayscale: #DEDEDE. Windows color (decimal): -3478577 or 13626314. OLE color: 13626314.

HSL color Cylindrical-coordinate representation of color #CAEBCF: hue angle of 129.09º 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 #CAEBCF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB202235207-
CMYK0.1400.120.08
HSL129.09º45.21%85.69%-
HSV(B)129.09º14.04%92.16%-
XYZ65.3376.4870.35-
YUV221.94119.57113.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=31.37%
G=36.49%
B=32.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352070.1400.120.08129.0945.2185.69
HexCAEBCFE0C8812d56
Octal312353317160141020155126
Binary1100101011101011110011111110011001000100000011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBCF; }

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

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

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

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

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

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

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

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