#CBFAD1

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

Shades of Granny Apple #CBFAD1

Tints of Granny Apple #CBFAD1

Color information

#CBFAD1 (or 0xCBFAD1) is unknown color: approx Granny Apple. HEX triplet: CB, FA and D1. RGB value is (203,250,209). Sum of RGB (Red+Green+Blue) = 203+250+209=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAD1 is #34052E. Grayscale: #E7E7E7. Windows color (decimal): -3409199 or 13761227. OLE color: 13761227.

HSL color Cylindrical-coordinate representation of color #CBFAD1: hue angle of 127.66º 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 #CBFAD1 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB203250209-
CMYK0.1900.160.02
HSL127.66º82.46%88.82%-
HSV(B)127.66º18.8%98.04%-
XYZ70.3285.6773.15-
YUV231.27115.43107.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.66%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=30.66%
G=37.76%
B=31.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032502090.1900.160.02127.6682.4688.82
HexCBFAD1130102805259
Octal313372321230202200122131
Binary11001011111110101101000110011010000101000000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAD1; }

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

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

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

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

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

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

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

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