#CBFDD3

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

Shades of Granny Apple #CBFDD3

Tints of Granny Apple #CBFDD3

Color information

#CBFDD3 (or 0xCBFDD3) is unknown color: approx Granny Apple. HEX triplet: CB, FD and D3. RGB value is (203,253,211). Sum of RGB (Red+Green+Blue) = 203+253+211=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD3 is #34022C. Grayscale: #E9E9E9. Windows color (decimal): -3408429 or 13893067. OLE color: 13893067.

HSL color Cylindrical-coordinate representation of color #CBFDD3: hue angle of 129.6º 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 #CBFDD3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB203253211-
CMYK0.2000.170.01
HSL129.6º92.59%89.41%-
HSV(B)129.6º19.76%99.22%-
XYZ71.5187.6574.78-
YUV233.26115.44106.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 211 (82.81% from 255) = 31.63%
R=30.43%
G=37.93%
B=31.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032532110.2000.170.01129.692.5989.41
HexCBFDD3140111825d59
Octal313375323240211202135131
Binary1100101111111101110100111010001000111000001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFDD3; }

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

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

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

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

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

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

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

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