#CBDAAF

Color #CBDAAF Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #CBDAAF

Tints of Pale Leaf #CBDAAF

Color information

#CBDAAF (or 0xCBDAAF) is unknown color: approx Pale Leaf. HEX triplet: CB, DA and AF. RGB value is (203,218,175). Sum of RGB (Red+Green+Blue) = 203+218+175=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAAF is #342550. Grayscale: #D0D0D0. Windows color (decimal): -3417425 or 11524811. OLE color: 11524811.

HSL color Cylindrical-coordinate representation of color #CBDAAF: hue angle of 80.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDAAF is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB203218175-
CMYK0.0700.200.15
HSL80.93º36.75%77.06%-
HSV(B)80.93º19.72%85.49%-
XYZ57.4465.9350.26-
YUV208.61109.03124-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=34.06%
G=36.58%
B=29.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032181750.0700.200.1580.9336.7577.06
HexCBDAAF7014F51254d
Octal31333225770241712145115
Binary110010111101101010101111111010100111110100011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDAAF; }

 p { color: rgb(203,218,175); }

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

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

 a { background-color: rgb(203,218,175); }

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

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

 span { border-color: rgb(203,218,175); }

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