#CBE3D4

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

Shades of Granny Apple #CBE3D4

Tints of Granny Apple #CBE3D4

Color information

#CBE3D4 (or 0xCBE3D4) is unknown color: approx Granny Apple. HEX triplet: CB, E3 and D4. RGB value is (203,227,212). Sum of RGB (Red+Green+Blue) = 203+227+212=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3D4 is #341C2B. Grayscale: #DADADA. Windows color (decimal): -3415084 or 13951947. OLE color: 13951947.

HSL color Cylindrical-coordinate representation of color #CBE3D4: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE3D4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB203227212-
CMYK0.1100.070.11
HSL142.5º30%84.31%-
HSV(B)142.5º10.57%89.02%-
XYZ63.9872.3972.89-
YUV218.11124.55117.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=31.62%
G=35.36%
B=33.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032272120.1100.070.11142.53084.31
HexCBE3D4B07B8e1e54
Octal31334332413071321636124
Binary11001011111000111101010010110111101110001110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3D4; }

 p { color: rgb(203,227,212); }

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

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

 a { background-color: rgb(203,227,212); }

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

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

 span { border-color: rgb(203,227,212); }

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