Html Css Color HEX #CBD8A5 Pale Leaf

📋 copy color: '#CBD8A5'

red 203 ◦ green 216 ◦ blue 165

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

Shades of Pale Leaf #CBD8A5

Tints of Pale Leaf #CBD8A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.25%

R = 34.76%
G = 36.99%
B = 28.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#CBD8A5 (or 0xCBD8A5) is known color: Pale Leaf. HEX triplet: CB, D8 and A5. RGB value is (203,216,165). Sum of RGB (Red+Green+Blue) = 203+216+165=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD8A5 is #34275A. Grayscale: #CECECE. Windows color (decimal): -3417947 or 10868939. OLE color: 10868939.

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

Color convert

RGB 203 216 165 -
CMYK 0.06 0 0.24 0.15
HSL 75.29º 0.4% 0.75% -
HSV(B) 75.29º 0.24% 0.85% -
XYZ 55.98 64.52 45.1 -
YUV 206.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 203 216 165 0.06 0 0.24 0.15 75.29 0.4 0.75
Hex CB D8 A5 6 0 18 F 4B 28 4B
Octal 313 330 245 6 0 30 17 113 50 113
Binary 11001011 11011000 10100101 110 0 11000 1111 1001011 101000 1001011

Color Harmonies of #CBD8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD8A5

Black with #CBD8A5

Text Example


Text Example

White with #CBD8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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