#CBECD4

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

Shades of Granny Apple #CBECD4

Tints of Granny Apple #CBECD4

Color information

#CBECD4 (or 0xCBECD4) is unknown color: approx Granny Apple. HEX triplet: CB, EC and D4. RGB value is (203,236,212). Sum of RGB (Red+Green+Blue) = 203+236+212=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD4 is #34132B. Grayscale: #DFDFDF. Windows color (decimal): -3412780 or 13954251. OLE color: 13954251.

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

Color convert

RGB203236212-
CMYK0.1400.100.07
HSL136.36º46.48%86.08%-
HSV(B)136.36º13.98%92.55%-
XYZ66.5177.4473.73-
YUV223.4121.57113.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=31.18%
G=36.25%
B=32.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362120.1400.100.07136.3646.4886.08
HexCBECD4E0A7882e56
Octal31335432416012721056126
Binary110010111110110011010100111001010111100010001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD4; }

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

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

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

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

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

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

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

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