Html Css Color HEX #CBDBB2 Pale Leaf

📋 copy color: '#CBDBB2'

red 203 ◦ green 219 ◦ blue 178

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

Shades of Pale Leaf #CBDBB2

Tints of Pale Leaf #CBDBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.67%

R = 33.83%
G = 36.5%
B = 29.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#CBDBB2 (or 0xCBDBB2) is known color: Pale Leaf. HEX triplet: CB, DB and B2. RGB value is (203,219,178). Sum of RGB (Red+Green+Blue) = 203+219+178=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDBB2 is #34244D. Grayscale: #D1D1D1. Windows color (decimal): -3417166 or 11721675. OLE color: 11721675.

HSL color Cylindrical-coordinate representation of color #CBDBB2: hue angle of 83.41º degrees, saturation: 0.36, 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 #CBDBB2 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 219 178 -
CMYK 0.07 0 0.19 0.14
HSL 83.41º 0.36% 0.78% -
HSV(B) 83.41º 0.19% 0.86% -
XYZ 58 66.57 51.91 -
YUV 209.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 203 219 178 0.07 0 0.19 0.14 83.41 0.36 0.78
Hex CB DB B2 7 0 13 E 53 24 4E
Octal 313 333 262 7 0 23 16 123 44 116
Binary 11001011 11011011 10110010 111 0 10011 1110 1010011 100100 1001110

Color Harmonies of #CBDBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBB2

Black with #CBDBB2

Text Example


Text Example

White with #CBDBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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