Html Css Color HEX #CBDBAF Pale Leaf

📋 copy color: '#CBDBAF'

red 203 ◦ green 219 ◦ blue 175

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

Shades of Pale Leaf #CBDBAF

Tints of Pale Leaf #CBDBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.31%

R = 34%
G = 36.68%
B = 29.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#CBDBAF (or 0xCBDBAF) is known color: Pale Leaf. HEX triplet: CB, DB and AF. RGB value is (203,219,175). Sum of RGB (Red+Green+Blue) = 203+219+175=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBAF is #342450. Grayscale: #D1D1D1. Windows color (decimal): -3417169 or 11525067. OLE color: 11525067.

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

Color convert

RGB 203 219 175 -
CMYK 0.07 0 0.20 0.14
HSL 81.82º 0.38% 0.77% -
HSV(B) 81.82º 0.2% 0.86% -
XYZ 57.7 66.45 50.34 -
YUV 209.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 203 219 175 0.07 0 0.20 0.14 81.82 0.38 0.77
Hex CB DB AF 7 0 14 E 52 26 4D
Octal 313 333 257 7 0 24 16 122 46 115
Binary 11001011 11011011 10101111 111 0 10100 1110 1010010 100110 1001101

Color Harmonies of #CBDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBAF

Black with #CBDBAF

Text Example


Text Example

White with #CBDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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