#CBEFD6

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

Shades of Granny Apple #CBEFD6

Tints of Granny Apple #CBEFD6

Color information

#CBEFD6 (or 0xCBEFD6) is unknown color: approx Granny Apple. HEX triplet: CB, EF and D6. RGB value is (203,239,214). Sum of RGB (Red+Green+Blue) = 203+239+214=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFD6 is #341029. Grayscale: #E1E1E1. Windows color (decimal): -3412010 or 14086091. OLE color: 14086091.

HSL color Cylindrical-coordinate representation of color #CBEFD6: hue angle of 138.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 #CBEFD6 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB203239214-
CMYK0.1500.100.06
HSL138.33º52.94%86.67%-
HSV(B)138.33º15.06%93.73%-
XYZ67.6379.2875.36-
YUV225.39121.57112.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=30.95%
G=36.43%
B=32.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392140.1500.100.06138.3352.9486.67
HexCBEFD6F0A68a3557
Octal31335732617012621265127
Binary110010111110111111010110111101010110100010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFD6; }

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

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

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

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

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

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

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

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