Html Css Color HEX #CBDAAC Pale Leaf

📋 copy color: '#CBDAAC'

red 203 ◦ green 218 ◦ blue 172

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

Shades of Pale Leaf #CBDAAC

Tints of Pale Leaf #CBDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.76%

 BLUE value IS 172 (67.58% from 255) = 29.01%

R = 34.23%
G = 36.76%
B = 29.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#CBDAAC (or 0xCBDAAC) is known color: Pale Leaf. HEX triplet: CB, DA and AC. RGB value is (203,218,172). Sum of RGB (Red+Green+Blue) = 203+218+172=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAAC is #342553. Grayscale: #D0D0D0. Windows color (decimal): -3417428 or 11328203. OLE color: 11328203.

HSL color Cylindrical-coordinate representation of color #CBDAAC: hue angle of 79.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBDAAC is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 218 172 -
CMYK 0.07 0 0.21 0.15
HSL 79.57º 0.38% 0.76% -
HSV(B) 79.57º 0.21% 0.85% -
XYZ 57.15 65.82 48.72 -
YUV 208.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 203 218 172 0.07 0 0.21 0.15 79.57 0.38 0.76
Hex CB DA AC 7 0 15 F 50 26 4C
Octal 313 332 254 7 0 25 17 120 46 114
Binary 11001011 11011010 10101100 111 0 10101 1111 1010000 100110 1001100

Color Harmonies of #CBDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAAC

Black with #CBDAAC

Text Example


Text Example

White with #CBDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAAC; }

 p { color: rgb(203,218,172); }

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

background-color css

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

 a { background-color: rgb(203,218,172); }

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

border-color css

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

 span { border-color: rgb(203,218,172); }

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