#CBECD1

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

Shades of Granny Apple #CBECD1

Tints of Granny Apple #CBECD1

Color information

#CBECD1 (or 0xCBECD1) is unknown color: approx Granny Apple. HEX triplet: CB, EC and D1. RGB value is (203,236,209). Sum of RGB (Red+Green+Blue) = 203+236+209=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD1 is #34132E. Grayscale: #DFDFDF. Windows color (decimal): -3412783 or 13757643. OLE color: 13757643.

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

Color convert

RGB203236209-
CMYK0.1400.110.07
HSL130.91º46.48%86.08%-
HSV(B)130.91º13.98%92.55%-
XYZ66.1377.2971.75-
YUV223.05120.07113.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=31.33%
G=36.42%
B=32.25%

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
Decimal2032362090.1400.110.07130.9146.4886.08
HexCBECD1E0B7832e56
Octal31335432116013720356126
Binary110010111110110011010001111001011111100000111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECD1; }

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

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

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

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

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

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

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

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