Html Css Color HEX #CCDBAC Pale Leaf

📋 copy color: '#CCDBAC'

red 204 ◦ green 219 ◦ blue 172

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

Shades of Pale Leaf #CCDBAC

Tints of Pale Leaf #CCDBAC

RGB

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

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

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

R = 34.29%
G = 36.81%
B = 28.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#CCDBAC (or 0xCCDBAC) is known color: Pale Leaf. HEX triplet: CC, DB and AC. RGB value is (204,219,172). Sum of RGB (Red+Green+Blue) = 204+219+172=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBAC is #332453. Grayscale: #D1D1D1. Windows color (decimal): -3351636 or 11328460. OLE color: 11328460.

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

Color convert

RGB 204 219 172 -
CMYK 0.07 0 0.21 0.14
HSL 79.15º 0.39% 0.77% -
HSV(B) 79.15º 0.21% 0.86% -
XYZ 57.68 66.48 48.82 -
YUV 209.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 204 219 172 0.07 0 0.21 0.14 79.15 0.39 0.77
Hex CC DB AC 7 0 15 E 4F 27 4D
Octal 314 333 254 7 0 25 16 117 47 115
Binary 11001100 11011011 10101100 111 0 10101 1110 1001111 100111 1001101

Color Harmonies of #CCDBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBAC

Black with #CCDBAC

Text Example


Text Example

White with #CCDBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBAC; }

 p { color: rgb(204,219,172); }

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

background-color css

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

 a { background-color: rgb(204,219,172); }

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

border-color css

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

 span { border-color: rgb(204,219,172); }

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