#CBEED3

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

Shades of Granny Apple #CBEED3

Tints of Granny Apple #CBEED3

Color information

#CBEED3 (or 0xCBEED3) is unknown color: approx Granny Apple. HEX triplet: CB, EE and D3. RGB value is (203,238,211). Sum of RGB (Red+Green+Blue) = 203+238+211=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED3 is #34112C. Grayscale: #E0E0E0. Windows color (decimal): -3412269 or 13889227. OLE color: 13889227.

HSL color Cylindrical-coordinate representation of color #CBEED3: hue angle of 133.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEED3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB203238211-
CMYK0.1500.110.07
HSL133.71º50.72%86.47%-
HSV(B)133.71º14.71%93.33%-
XYZ66.9678.5573.26-
YUV224.46120.4112.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=31.13%
G=36.50%
B=32.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382110.1500.110.07133.7150.7286.47
HexCBEED3F0B7863356
Octal31335632317013720663126
Binary110010111110111011010011111101011111100001101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEED3; }

 p { color: rgb(203,238,211); }

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

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

 a { background-color: rgb(203,238,211); }

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

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

 span { border-color: rgb(203,238,211); }

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