#CBECCF

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

Shades of Granny Apple #CBECCF

Tints of Granny Apple #CBECCF

Color information

#CBECCF (or 0xCBECCF) is unknown color: approx Granny Apple. HEX triplet: CB, EC and CF. RGB value is (203,236,207). Sum of RGB (Red+Green+Blue) = 203+236+207=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCF is #341330. Grayscale: #DEDEDE. Windows color (decimal): -3412785 or 13626571. OLE color: 13626571.

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

Color convert

RGB203236207-
CMYK0.1400.120.07
HSL127.27º46.48%86.08%-
HSV(B)127.27º13.98%92.55%-
XYZ65.8977.1970.46-
YUV222.83119.07113.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 207 (81.25% from 255) = 32.04%
R=31.42%
G=36.53%
B=32.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032362070.1400.120.07127.2746.4886.08
HexCBECCFE0C77f2e56
Octal31335431716014717756126
Binary11001011111011001100111111100110011111111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECCF; }

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

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

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

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

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

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

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

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