Html Css Color HEX #CCDAAB Pale Leaf

📋 copy color: '#CCDAAB'

red 204 ◦ green 218 ◦ blue 171

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

Shades of Pale Leaf #CCDAAB

Tints of Pale Leaf #CCDAAB

RGB

 RED value IS 204 (80.08% from 255) = 34.4%

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

 BLUE value IS 171 (67.19% from 255) = 28.84%

R = 34.4%
G = 36.76%
B = 28.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#CCDAAB (or 0xCCDAAB) is known color: Pale Leaf. HEX triplet: CC, DA and AB. RGB value is (204,218,171). Sum of RGB (Red+Green+Blue) = 204+218+171=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDAAB is #332554. Grayscale: #D0D0D0. Windows color (decimal): -3351893 or 11262668. OLE color: 11262668.

HSL color Cylindrical-coordinate representation of color #CCDAAB: hue angle of 77.87º 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 #CCDAAB is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 171 -
CMYK 0.06 0 0.22 0.15
HSL 77.87º 0.39% 0.76% -
HSV(B) 77.87º 0.22% 0.85% -
XYZ 57.32 65.92 48.23 -
YUV 208.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 204 218 171 0.06 0 0.22 0.15 77.87 0.39 0.76
Hex CC DA AB 6 0 16 F 4E 27 4C
Octal 314 332 253 6 0 26 17 116 47 114
Binary 11001100 11011010 10101011 110 0 10110 1111 1001110 100111 1001100

Color Harmonies of #CCDAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAAB

Black with #CCDAAB

Text Example


Text Example

White with #CCDAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAAB; }

 p { color: rgb(204,218,171); }

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

background-color css

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

 a { background-color: rgb(204,218,171); }

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

border-color css

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

 span { border-color: rgb(204,218,171); }

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