Html Css Color HEX #CBDAAA Pale Leaf

📋 copy color: '#CBDAAA'

red 203 ◦ green 218 ◦ blue 170

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

Shades of Pale Leaf #CBDAAA

Tints of Pale Leaf #CBDAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.76%

R = 34.35%
G = 36.89%
B = 28.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#CBDAAA (or 0xCBDAAA) is known color: Pale Leaf. HEX triplet: CB, DA and AA. RGB value is (203,218,170). Sum of RGB (Red+Green+Blue) = 203+218+170=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAAA is #342555. Grayscale: #D0D0D0. Windows color (decimal): -3417430 or 11197131. OLE color: 11197131.

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

Color convert

RGB 203 218 170 -
CMYK 0.07 0 0.22 0.15
HSL 78.75º 0.39% 0.76% -
HSV(B) 78.75º 0.22% 0.85% -
XYZ 56.96 65.74 47.72 -
YUV 208.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 203 218 170 0.07 0 0.22 0.15 78.75 0.39 0.76
Hex CB DA AA 7 0 16 F 4F 27 4C
Octal 313 332 252 7 0 26 17 117 47 114
Binary 11001011 11011010 10101010 111 0 10110 1111 1001111 100111 1001100

Color Harmonies of #CBDAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAAA

Black with #CBDAAA

Text Example


Text Example

White with #CBDAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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