#CBFAD2

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

Shades of Granny Apple #CBFAD2

Tints of Granny Apple #CBFAD2

Color information

#CBFAD2 (or 0xCBFAD2) is unknown color: approx Granny Apple. HEX triplet: CB, FA and D2. RGB value is (203,250,210). Sum of RGB (Red+Green+Blue) = 203+250+210=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAD2 is #34052D. Grayscale: #E7E7E7. Windows color (decimal): -3409198 or 13826763. OLE color: 13826763.

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

Color convert

RGB203250210-
CMYK0.1900.160.02
HSL128.94º82.46%88.82%-
HSV(B)128.94º18.8%98.04%-
XYZ70.4585.7273.81-
YUV231.39115.93107.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.62%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 210 (82.42% from 255) = 31.67%
R=30.62%
G=37.71%
B=31.67%

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
Decimal2032502100.1900.160.02128.9482.4688.82
HexCBFAD2130102815259
Octal313372322230202201122131
Binary11001011111110101101001010011010000101000000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAD2; }

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

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

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

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

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

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

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

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