Html Css Color HEX #CBDDB1 Pale Leaf

📋 copy color: '#CBDDB1'

red 203 ◦ green 221 ◦ blue 177

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

Shades of Pale Leaf #CBDDB1

Tints of Pale Leaf #CBDDB1

RGB

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

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

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

R = 33.78%
G = 36.77%
B = 29.45%

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

#CBDDB1 (or 0xCBDDB1) is known color: Pale Leaf. HEX triplet: CB, DD and B1. RGB value is (203,221,177). Sum of RGB (Red+Green+Blue) = 203+221+177=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDB1 is #34224E. Grayscale: #D2D2D2. Windows color (decimal): -3416655 or 11656651. OLE color: 11656651.

HSL color Cylindrical-coordinate representation of color #CBDDB1: hue angle of 84.55º degrees, saturation: 0.39, 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 #CBDDB1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 177 -
CMYK 0.08 0 0.20 0.13
HSL 84.55º 0.39% 0.78% -
HSV(B) 84.55º 0.2% 0.87% -
XYZ 58.42 67.58 51.56 -
YUV 210.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 203 221 177 0.08 0 0.20 0.13 84.55 0.39 0.78
Hex CB DD B1 8 0 14 D 55 27 4E
Octal 313 335 261 10 0 24 15 125 47 116
Binary 11001011 11011101 10110001 1000 0 10100 1101 1010101 100111 1001110

Color Harmonies of #CBDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDB1

Black with #CBDDB1

Text Example


Text Example

White with #CBDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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