#CBEDD4

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

Shades of Granny Apple #CBEDD4

Tints of Granny Apple #CBEDD4

Color information

#CBEDD4 (or 0xCBEDD4) is unknown color: approx Granny Apple. HEX triplet: CB, ED and D4. RGB value is (203,237,212). Sum of RGB (Red+Green+Blue) = 203+237+212=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDD4 is #34122B. Grayscale: #E0E0E0. Windows color (decimal): -3412524 or 13954507. OLE color: 13954507.

HSL color Cylindrical-coordinate representation of color #CBEDD4: hue angle of 135.88º 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 #CBEDD4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB203237212-
CMYK0.1400.110.07
HSL135.88º48.57%86.27%-
HSV(B)135.88º14.35%92.94%-
XYZ66.878.0273.83-
YUV223.98121.24113.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=31.13%
G=36.35%
B=32.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372120.1400.110.07135.8848.5786.27
HexCBEDD4E0B7883156
Octal31335532416013721061126
Binary110010111110110111010100111001011111100010001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDD4; }

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

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

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

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

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

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

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

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