#CBEED6

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

Shades of Granny Apple #CBEED6

Tints of Granny Apple #CBEED6

Color information

#CBEED6 (or 0xCBEED6) is unknown color: approx Granny Apple. HEX triplet: CB, EE and D6. RGB value is (203,238,214). Sum of RGB (Red+Green+Blue) = 203+238+214=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED6 is #341129. Grayscale: #E0E0E0. Windows color (decimal): -3412266 or 14085835. OLE color: 14085835.

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

Color convert

RGB203238214-
CMYK0.1500.100.07
HSL138.86º50.72%86.47%-
HSV(B)138.86º14.71%93.33%-
XYZ67.3478.775.26-
YUV224.8121.9112.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=30.99%
G=36.34%
B=32.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032382140.1500.100.07138.8650.7286.47
HexCBEED6F0A78b3356
Octal31335632617012721363126
Binary110010111110111011010110111101010111100010111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEED6; }

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

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

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

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

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

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

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

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