#CBEDD0

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

Shades of Granny Apple #CBEDD0

Tints of Granny Apple #CBEDD0

Color information

#CBEDD0 (or 0xCBEDD0) is unknown color: approx Granny Apple. HEX triplet: CB, ED and D0. RGB value is (203,237,208). Sum of RGB (Red+Green+Blue) = 203+237+208=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDD0 is #34122F. Grayscale: #DFDFDF. Windows color (decimal): -3412528 or 13692363. OLE color: 13692363.

HSL color Cylindrical-coordinate representation of color #CBEDD0: hue angle of 128.82º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEDD0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB203237208-
CMYK0.1400.120.07
HSL128.82º48.57%86.27%-
HSV(B)128.82º14.35%92.94%-
XYZ66.377.8271.2-
YUV223.53119.24113.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=31.33%
G=36.57%
B=32.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372080.1400.120.07128.8248.5786.27
HexCBEDD0E0C7813156
Octal31335532016014720161126
Binary110010111110110111010000111001100111100000011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDD0; }

 p { color: rgb(203,237,208); }

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

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

 a { background-color: rgb(203,237,208); }

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

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

 span { border-color: rgb(203,237,208); }

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