Html Css Color HEX #CBDBA8 Pale Leaf

📋 copy color: '#CBDBA8'

red 203 ◦ green 219 ◦ blue 168

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

Shades of Pale Leaf #CBDBA8

Tints of Pale Leaf #CBDBA8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 168 (66.02% from 255) = 28.47%

R = 34.41%
G = 37.12%
B = 28.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#CBDBA8 (or 0xCBDBA8) is known color: Pale Leaf. HEX triplet: CB, DB and A8. RGB value is (203,219,168). Sum of RGB (Red+Green+Blue) = 203+219+168=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBA8 is #342457. Grayscale: #D0D0D0. Windows color (decimal): -3417176 or 11066315. OLE color: 11066315.

HSL color Cylindrical-coordinate representation of color #CBDBA8: hue angle of 78.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBDBA8 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 168 -
CMYK 0.07 0 0.23 0.14
HSL 78.82º 0.41% 0.76% -
HSV(B) 78.82º 0.23% 0.86% -
XYZ 57.03 66.19 46.82 -
YUV 208.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 203 219 168 0.07 0 0.23 0.14 78.82 0.41 0.76
Hex CB DB A8 7 0 17 E 4F 29 4C
Octal 313 333 250 7 0 27 16 117 51 114
Binary 11001011 11011011 10101000 111 0 10111 1110 1001111 101001 1001100

Color Harmonies of #CBDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBA8

Black with #CBDBA8

Text Example


Text Example

White with #CBDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBA8; }

 p { color: rgb(203,219,168); }

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

background-color css

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

 a { background-color: rgb(203,219,168); }

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

border-color css

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

 span { border-color: rgb(203,219,168); }

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