Html Css Color HEX #CBD9AE Pale Leaf

📋 copy color: '#CBD9AE'

red 203 ◦ green 217 ◦ blue 174

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

Shades of Pale Leaf #CBD9AE

Tints of Pale Leaf #CBD9AE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.53%

 BLUE value IS 174 (68.36% from 255) = 29.29%

R = 34.18%
G = 36.53%
B = 29.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#CBD9AE (or 0xCBD9AE) is known color: Pale Leaf. HEX triplet: CB, D9 and AE. RGB value is (203,217,174). Sum of RGB (Red+Green+Blue) = 203+217+174=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD9AE is #342651. Grayscale: #D0D0D0. Windows color (decimal): -3417682 or 11459019. OLE color: 11459019.

HSL color Cylindrical-coordinate representation of color #CBD9AE: hue angle of 79.53º degrees, saturation: 0.36, 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 #CBD9AE is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 217 174 -
CMYK 0.06 0 0.20 0.15
HSL 79.53º 0.36% 0.77% -
HSV(B) 79.53º 0.2% 0.85% -
XYZ 57.08 65.38 49.66 -
YUV 207.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 203 217 174 0.06 0 0.20 0.15 79.53 0.36 0.77
Hex CB D9 AE 6 0 14 F 50 24 4D
Octal 313 331 256 6 0 24 17 120 44 115
Binary 11001011 11011001 10101110 110 0 10100 1111 1010000 100100 1001101

Color Harmonies of #CBD9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD9AE

Black with #CBD9AE

Text Example


Text Example

White with #CBD9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD9AE; }

 p { color: rgb(203,217,174); }

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

background-color css

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

 a { background-color: rgb(203,217,174); }

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

border-color css

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

 span { border-color: rgb(203,217,174); }

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