Html Css Color HEX #CBDDB0 Pale Leaf

📋 copy color: '#CBDDB0'

red 203 ◦ green 221 ◦ blue 176

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

Shades of Pale Leaf #CBDDB0

Tints of Pale Leaf #CBDDB0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.83%

 BLUE value IS 176 (69.14% from 255) = 29.33%

R = 33.83%
G = 36.83%
B = 29.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#CBDDB0 (or 0xCBDDB0) is known color: Pale Leaf. HEX triplet: CB, DD and B0. RGB value is (203,221,176). Sum of RGB (Red+Green+Blue) = 203+221+176=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDB0 is #34224F. Grayscale: #D2D2D2. Windows color (decimal): -3416656 or 11591115. OLE color: 11591115.

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

Color convert

RGB 203 221 176 -
CMYK 0.08 0 0.20 0.13
HSL 84º 0.4% 0.78% -
HSV(B) 84º 0.2% 0.87% -
XYZ 58.32 67.54 51.04 -
YUV 210.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 203 221 176 0.08 0 0.20 0.13 84 0.4 0.78
Hex CB DD B0 8 0 14 D 54 28 4E
Octal 313 335 260 10 0 24 15 124 50 116
Binary 11001011 11011101 10110000 1000 0 10100 1101 1010100 101000 1001110

Color Harmonies of #CBDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDB0

Black with #CBDDB0

Text Example


Text Example

White with #CBDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDB0; }

 p { color: rgb(203,221,176); }

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

background-color css

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

 a { background-color: rgb(203,221,176); }

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

border-color css

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

 span { border-color: rgb(203,221,176); }

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