Html Css Color HEX #CADDAF Pale Leaf

📋 copy color: '#CADDAF'

red 202 ◦ green 221 ◦ blue 175

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

Shades of Pale Leaf #CADDAF

Tints of Pale Leaf #CADDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.96%

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

R = 33.78%
G = 36.96%
B = 29.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#CADDAF (or 0xCADDAF) is known color: Pale Leaf. HEX triplet: CA, DD and AF. RGB value is (202,221,175). Sum of RGB (Red+Green+Blue) = 202+221+175=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDAF is #352250. Grayscale: #D2D2D2. Windows color (decimal): -3482193 or 11525578. OLE color: 11525578.

HSL color Cylindrical-coordinate representation of color #CADDAF: hue angle of 84.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CADDAF is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 175 -
CMYK 0.09 0 0.21 0.13
HSL 84.78º 0.4% 0.78% -
HSV(B) 84.78º 0.21% 0.87% -
XYZ 57.95 67.36 50.51 -
YUV 210.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 202 221 175 0.09 0 0.21 0.13 84.78 0.4 0.78
Hex CA DD AF 9 0 15 D 55 28 4E
Octal 312 335 257 11 0 25 15 125 50 116
Binary 11001010 11011101 10101111 1001 0 10101 1101 1010101 101000 1001110

Color Harmonies of #CADDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDAF

Black with #CADDAF

Text Example


Text Example

White with #CADDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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