Html Css Color HEX #CADAAF Pale Leaf

📋 copy color: '#CADAAF'

red 202 ◦ green 218 ◦ blue 175

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

Shades of Pale Leaf #CADAAF

Tints of Pale Leaf #CADAAF

RGB

 RED value IS 202 (79.3% from 255) = 33.95%

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

 BLUE value IS 175 (68.75% from 255) = 29.41%

R = 33.95%
G = 36.64%
B = 29.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#CADAAF (or 0xCADAAF) is known color: Pale Leaf. HEX triplet: CA, DA and AF. RGB value is (202,218,175). Sum of RGB (Red+Green+Blue) = 202+218+175=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAAF is #352550. Grayscale: #D0D0D0. Windows color (decimal): -3482961 or 11524810. OLE color: 11524810.

HSL color Cylindrical-coordinate representation of color #CADAAF: hue angle of 82.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADAAF is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 218 175 -
CMYK 0.07 0 0.20 0.15
HSL 82.33º 0.37% 0.77% -
HSV(B) 82.33º 0.2% 0.85% -
XYZ 57.17 65.79 50.24 -
YUV 208.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 202 218 175 0.07 0 0.20 0.15 82.33 0.37 0.77
Hex CA DA AF 7 0 14 F 52 25 4D
Octal 312 332 257 7 0 24 17 122 45 115
Binary 11001010 11011010 10101111 111 0 10100 1111 1010010 100101 1001101

Color Harmonies of #CADAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAAF

Black with #CADAAF

Text Example


Text Example

White with #CADAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAAF; }

 p { color: rgb(202,218,175); }

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

background-color css

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

 a { background-color: rgb(202,218,175); }

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

border-color css

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

 span { border-color: rgb(202,218,175); }

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