Html Css Color HEX #CADBB1 Pale Leaf

📋 copy color: '#CADBB1'

red 202 ◦ green 219 ◦ blue 177

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

Shades of Pale Leaf #CADBB1

Tints of Pale Leaf #CADBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.6%

R = 33.78%
G = 36.62%
B = 29.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#CADBB1 (or 0xCADBB1) is known color: Pale Leaf. HEX triplet: CA, DB and B1. RGB value is (202,219,177). Sum of RGB (Red+Green+Blue) = 202+219+177=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBB1 is #35244E. Grayscale: #D1D1D1. Windows color (decimal): -3482703 or 11656138. OLE color: 11656138.

HSL color Cylindrical-coordinate representation of color #CADBB1: hue angle of 84.29º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CADBB1 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 177 -
CMYK 0.08 0 0.19 0.14
HSL 84.29º 0.37% 0.78% -
HSV(B) 84.29º 0.19% 0.86% -
XYZ 57.62 66.39 51.37 -
YUV 209.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 202 219 177 0.08 0 0.19 0.14 84.29 0.37 0.78
Hex CA DB B1 8 0 13 E 54 25 4E
Octal 312 333 261 10 0 23 16 124 45 116
Binary 11001010 11011011 10110001 1000 0 10011 1110 1010100 100101 1001110

Color Harmonies of #CADBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADBB1

Black with #CADBB1

Text Example


Text Example

White with #CADBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADBB1; }

 p { color: rgb(202,219,177); }

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

background-color css

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

 a { background-color: rgb(202,219,177); }

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

border-color css

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

 span { border-color: rgb(202,219,177); }

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