#CBEDD1

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

Shades of Granny Apple #CBEDD1

Tints of Granny Apple #CBEDD1

Color information

#CBEDD1 (or 0xCBEDD1) is unknown color: approx Granny Apple. HEX triplet: CB, ED and D1. RGB value is (203,237,209). Sum of RGB (Red+Green+Blue) = 203+237+209=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDD1 is #34122E. Grayscale: #DFDFDF. Windows color (decimal): -3412527 or 13757899. OLE color: 13757899.

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

Color convert

RGB203237209-
CMYK0.1400.120.07
HSL130.59º48.57%86.27%-
HSV(B)130.59º14.35%92.94%-
XYZ66.4277.8771.85-
YUV223.64119.74113.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=31.28%
G=36.52%
B=32.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032372090.1400.120.07130.5948.5786.27
HexCBEDD1E0C7833156
Octal31335532116014720361126
Binary110010111110110111010001111001100111100000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDD1; }

 p { color: rgb(203,237,209); }

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

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

 a { background-color: rgb(203,237,209); }

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

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

 span { border-color: rgb(203,237,209); }

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