#CBFACD

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

Shades of Granny Apple #CBFACD

Tints of Granny Apple #CBFACD

Color information

#CBFACD (or 0xCBFACD) is unknown color: approx Granny Apple. HEX triplet: CB, FA and CD. RGB value is (203,250,205). Sum of RGB (Red+Green+Blue) = 203+250+205=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFACD is #340532. Grayscale: #E6E6E6. Windows color (decimal): -3409203 or 13499083. OLE color: 13499083.

HSL color Cylindrical-coordinate representation of color #CBFACD: hue angle of 122.55º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFACD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB203250205-
CMYK0.1900.180.02
HSL122.55º82.46%88.82%-
HSV(B)122.55º18.8%98.04%-
XYZ69.8385.4870.58-
YUV230.82113.43108.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=30.85%
G=37.99%
B=31.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502050.1900.180.02122.5582.4688.82
HexCBFACD1301227b5259
Octal313372315230222173122131
Binary1100101111111010110011011001101001010111101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFACD; }

 p { color: rgb(203,250,205); }

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

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

 a { background-color: rgb(203,250,205); }

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

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

 span { border-color: rgb(203,250,205); }

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