Html Css Color HEX #CBD8AE Pale Leaf

📋 copy color: '#CBD8AE'

red 203 ◦ green 216 ◦ blue 174

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

Shades of Pale Leaf #CBD8AE

Tints of Pale Leaf #CBD8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.42%

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

R = 34.23%
G = 36.42%
B = 29.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#CBD8AE (or 0xCBD8AE) is known color: Pale Leaf. HEX triplet: CB, D8 and AE. RGB value is (203,216,174). Sum of RGB (Red+Green+Blue) = 203+216+174=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD8AE is #342751. Grayscale: #CFCFCF. Windows color (decimal): -3417938 or 11458763. OLE color: 11458763.

HSL color Cylindrical-coordinate representation of color #CBD8AE: hue angle of 78.57º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD8AE is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 174 -
CMYK 0.06 0 0.19 0.15
HSL 78.57º 0.35% 0.76% -
HSV(B) 78.57º 0.19% 0.85% -
XYZ 56.82 64.86 49.57 -
YUV 207.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 203 216 174 0.06 0 0.19 0.15 78.57 0.35 0.76
Hex CB D8 AE 6 0 13 F 4F 23 4C
Octal 313 330 256 6 0 23 17 117 43 114
Binary 11001011 11011000 10101110 110 0 10011 1111 1001111 100011 1001100

Color Harmonies of #CBD8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD8AE

Black with #CBD8AE

Text Example


Text Example

White with #CBD8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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