Html Css Color HEX #CBDBAB Pale Leaf

📋 copy color: '#CBDBAB'

red 203 ◦ green 219 ◦ blue 171

#CBDBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #CBDBAB

Tints of Pale Leaf #CBDBAB

RGB

 RED value IS 203 (79.69% from 255) = 34.23%

 GREEN value IS 219 (85.94% from 255) = 36.93%

 BLUE value IS 171 (67.19% from 255) = 28.84%

R = 34.23%
G = 36.93%
B = 28.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#CBDBAB (or 0xCBDBAB) is known color: Pale Leaf. HEX triplet: CB, DB and AB. RGB value is (203,219,171). Sum of RGB (Red+Green+Blue) = 203+219+171=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBAB is #342454. Grayscale: #D0D0D0. Windows color (decimal): -3417173 or 11262923. OLE color: 11262923.

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

Color convert

RGB 203 219 171 -
CMYK 0.07 0 0.22 0.14
HSL 80º 0.4% 0.76% -
HSV(B) 80º 0.22% 0.86% -
XYZ 57.31 66.3 48.3 -
YUV 208.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 203 219 171 0.07 0 0.22 0.14 80 0.4 0.76
Hex CB DB AB 7 0 16 E 50 28 4C
Octal 313 333 253 7 0 26 16 120 50 114
Binary 11001011 11011011 10101011 111 0 10110 1110 1010000 101000 1001100

Color Harmonies of #CBDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBAB

Black with #CBDBAB

Text Example


Text Example

White with #CBDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBAB; }

 p { color: rgb(203,219,171); }

 H1.HeaderClassName
 {
   color: #CBDBAB;
 }
 .AnyTagClassName
 {
   color: #CBDBAB;
 }
</style>

background-color css

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

 a { background-color: rgb(203,219,171); }

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

border-color css

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

 span { border-color: rgb(203,219,171); }

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