#CBEFCD

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

Shades of Granny Apple #CBEFCD

Tints of Granny Apple #CBEFCD

Color information

#CBEFCD (or 0xCBEFCD) is unknown color: approx Granny Apple. HEX triplet: CB, EF and CD. RGB value is (203,239,205). Sum of RGB (Red+Green+Blue) = 203+239+205=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFCD is #341032. Grayscale: #E0E0E0. Windows color (decimal): -3412019 or 13496267. OLE color: 13496267.

HSL color Cylindrical-coordinate representation of color #CBEFCD: hue angle of 123.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFCD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB203239205-
CMYK0.1500.140.06
HSL123.33º52.94%86.67%-
HSV(B)123.33º15.06%93.73%-
XYZ66.5178.8469.47-
YUV224.36117.07112.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=31.38%
G=36.94%
B=31.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392050.1500.140.06123.3352.9486.67
HexCBEFCDF0E67b3557
Octal31335731517016617365127
Binary11001011111011111100110111110111011011110111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFCD; }

 p { color: rgb(203,239,205); }

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

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

 a { background-color: rgb(203,239,205); }

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

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

 span { border-color: rgb(203,239,205); }

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