Html Css Color HEX #CBDCAE Pale Leaf

📋 copy color: '#CBDCAE'

red 203 ◦ green 220 ◦ blue 174

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

Shades of Pale Leaf #CBDCAE

Tints of Pale Leaf #CBDCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.85%

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

R = 34%
G = 36.85%
B = 29.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#CBDCAE (or 0xCBDCAE) is known color: Pale Leaf. HEX triplet: CB, DC and AE. RGB value is (203,220,174). Sum of RGB (Red+Green+Blue) = 203+220+174=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCAE is #342351. Grayscale: #D1D1D1. Windows color (decimal): -3416914 or 11459787. OLE color: 11459787.

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

Color convert

RGB 203 220 174 -
CMYK 0.08 0 0.21 0.14
HSL 82.17º 0.4% 0.77% -
HSV(B) 82.17º 0.21% 0.86% -
XYZ 57.86 66.94 49.92 -
YUV 209.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 203 220 174 0.08 0 0.21 0.14 82.17 0.4 0.77
Hex CB DC AE 8 0 15 E 52 28 4D
Octal 313 334 256 10 0 25 16 122 50 115
Binary 11001011 11011100 10101110 1000 0 10101 1110 1010010 101000 1001101

Color Harmonies of #CBDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCAE

Black with #CBDCAE

Text Example


Text Example

White with #CBDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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