#CBE3D2

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

Shades of Granny Apple #CBE3D2

Tints of Granny Apple #CBE3D2

Color information

#CBE3D2 (or 0xCBE3D2) is unknown color: approx Granny Apple. HEX triplet: CB, E3 and D2. RGB value is (203,227,210). Sum of RGB (Red+Green+Blue) = 203+227+210=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 210 (82.42% from 255 or 32.81% from 640); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3D2 is #341C2D. Grayscale: #D9D9D9. Windows color (decimal): -3415086 or 13820875. OLE color: 13820875.

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

Color convert

RGB203227210-
CMYK0.1100.070.11
HSL137.5º30%84.31%-
HSV(B)137.5º10.57%89.02%-
XYZ63.7372.2971.57-
YUV217.89123.55117.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 210 (82.42% from 255) = 32.81%
R=31.72%
G=35.47%
B=32.81%

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
Decimal2032272100.1100.070.11137.53084.31
HexCBE3D2B07B8a1e54
Octal31334332213071321236124
Binary11001011111000111101001010110111101110001010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3D2; }

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

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

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

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

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

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

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

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