#CBEED0

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

Shades of Granny Apple #CBEED0

Tints of Granny Apple #CBEED0

Color information

#CBEED0 (or 0xCBEED0) is unknown color: approx Granny Apple. HEX triplet: CB, EE and D0. RGB value is (203,238,208). Sum of RGB (Red+Green+Blue) = 203+238+208=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED0 is #34112F. Grayscale: #E0E0E0. Windows color (decimal): -3412272 or 13692619. OLE color: 13692619.

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

Color convert

RGB203238208-
CMYK0.1500.130.07
HSL128.57º50.72%86.47%-
HSV(B)128.57º14.71%93.33%-
XYZ66.5978.471.3-
YUV224.11118.9112.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=31.28%
G=36.67%
B=32.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382080.1500.130.07128.5750.7286.47
HexCBEED0F0D7813356
Octal31335632017015720163126
Binary110010111110111011010000111101101111100000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEED0; }

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

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

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

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

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

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

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

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