#CBFDD7

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

Shades of Granny Apple #CBFDD7

Tints of Granny Apple #CBFDD7

Color information

#CBFDD7 (or 0xCBFDD7) is unknown color: approx Granny Apple. HEX triplet: CB, FD and D7. RGB value is (203,253,215). Sum of RGB (Red+Green+Blue) = 203+253+215=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD7 is #340228. Grayscale: #E9E9E9. Windows color (decimal): -3408425 or 14155211. OLE color: 14155211.

HSL color Cylindrical-coordinate representation of color #CBFDD7: hue angle of 134.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDD7 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB203253215-
CMYK0.2000.150.01
HSL134.4º92.59%89.41%-
HSV(B)134.4º19.76%99.22%-
XYZ72.0287.8577.45-
YUV233.72117.44106.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=30.25%
G=37.70%
B=32.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032532150.2000.150.01134.492.5989.41
HexCBFDD7140F1865d59
Octal313375327240171206135131
Binary110010111111110111010111101000111111000011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDD7; }

 p { color: rgb(203,253,215); }

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

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

 a { background-color: rgb(203,253,215); }

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

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

 span { border-color: rgb(203,253,215); }

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