Html Css Color HEX #CBDCB3 Pale Leaf

📋 copy color: '#CBDCB3'

red 203 ◦ green 220 ◦ blue 179

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

Shades of Pale Leaf #CBDCB3

Tints of Pale Leaf #CBDCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.73%

R = 33.72%
G = 36.54%
B = 29.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#CBDCB3 (or 0xCBDCB3) is known color: Pale Leaf. HEX triplet: CB, DC and B3. RGB value is (203,220,179). Sum of RGB (Red+Green+Blue) = 203+220+179=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCB3 is #34234C. Grayscale: #D2D2D2. Windows color (decimal): -3416909 or 11787467. OLE color: 11787467.

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

Color convert

RGB 203 220 179 -
CMYK 0.08 0 0.19 0.14
HSL 84.88º 0.37% 0.78% -
HSV(B) 84.88º 0.19% 0.86% -
XYZ 58.36 67.14 52.53 -
YUV 210.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 203 220 179 0.08 0 0.19 0.14 84.88 0.37 0.78
Hex CB DC B3 8 0 13 E 55 25 4E
Octal 313 334 263 10 0 23 16 125 45 116
Binary 11001011 11011100 10110011 1000 0 10011 1110 1010101 100101 1001110

Color Harmonies of #CBDCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCB3

Black with #CBDCB3

Text Example


Text Example

White with #CBDCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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