#CBEFD2

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

Shades of Granny Apple #CBEFD2

Tints of Granny Apple #CBEFD2

Color information

#CBEFD2 (or 0xCBEFD2) is unknown color: approx Granny Apple. HEX triplet: CB, EF and D2. RGB value is (203,239,210). Sum of RGB (Red+Green+Blue) = 203+239+210=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFD2 is #34102D. Grayscale: #E1E1E1. Windows color (decimal): -3412014 or 13823947. OLE color: 13823947.

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

Color convert

RGB203239210-
CMYK0.1500.120.06
HSL131.67º52.94%86.67%-
HSV(B)131.67º15.06%93.73%-
XYZ67.1379.0872.7-
YUV224.93119.57112.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 210 (82.42% from 255) = 32.21%
R=31.13%
G=36.66%
B=32.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032392100.1500.120.06131.6752.9486.67
HexCBEFD2F0C6843557
Octal31335732217014620465127
Binary110010111110111111010010111101100110100001001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFD2; }

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

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

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

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

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

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

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

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