Html Css Color HEX #CBDCB1 Pale Leaf

📋 copy color: '#CBDCB1'

red 203 ◦ green 220 ◦ blue 177

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

Shades of Pale Leaf #CBDCB1

Tints of Pale Leaf #CBDCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.5%

R = 33.83%
G = 36.67%
B = 29.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#CBDCB1 (or 0xCBDCB1) is known color: Pale Leaf. HEX triplet: CB, DC and B1. RGB value is (203,220,177). Sum of RGB (Red+Green+Blue) = 203+220+177=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCB1 is #34234E. Grayscale: #D2D2D2. Windows color (decimal): -3416911 or 11656395. OLE color: 11656395.

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

Color convert

RGB 203 220 177 -
CMYK 0.08 0 0.20 0.14
HSL 83.72º 0.38% 0.78% -
HSV(B) 83.72º 0.2% 0.86% -
XYZ 58.16 67.06 51.47 -
YUV 210.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 203 220 177 0.08 0 0.20 0.14 83.72 0.38 0.78
Hex CB DC B1 8 0 14 E 54 26 4E
Octal 313 334 261 10 0 24 16 124 46 116
Binary 11001011 11011100 10110001 1000 0 10100 1110 1010100 100110 1001110

Color Harmonies of #CBDCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCB1

Black with #CBDCB1

Text Example


Text Example

White with #CBDCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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