#CBEBD4

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

Shades of Granny Apple #CBEBD4

Tints of Granny Apple #CBEBD4

Color information

#CBEBD4 (or 0xCBEBD4) is unknown color: approx Granny Apple. HEX triplet: CB, EB and D4. RGB value is (203,235,212). Sum of RGB (Red+Green+Blue) = 203+235+212=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBD4 is #34142B. Grayscale: #DEDEDE. Windows color (decimal): -3413036 or 13953995. OLE color: 13953995.

HSL color Cylindrical-coordinate representation of color #CBEBD4: hue angle of 136.88º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBD4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB203235212-
CMYK0.1400.100.08
HSL136.88º44.44%85.88%-
HSV(B)136.88º13.62%92.16%-
XYZ66.2276.8773.63-
YUV222.81121.9113.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 212 (83.20% from 255) = 32.62%
R=31.23%
G=36.15%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032352120.1400.100.08136.8844.4485.88
HexCBEBD4E0A8892c56
Octal313353324160121021154126
Binary1100101111101011110101001110010101000100010011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBD4; }

 p { color: rgb(203,235,212); }

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

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

 a { background-color: rgb(203,235,212); }

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

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

 span { border-color: rgb(203,235,212); }

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