Html Css Color HEX #CBDCAF Pale Leaf

📋 copy color: '#CBDCAF'

red 203 ◦ green 220 ◦ blue 175

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

Shades of Pale Leaf #CBDCAF

Tints of Pale Leaf #CBDCAF

RGB

 RED value IS 203 (79.69% from 255) = 33.95%

 GREEN value IS 220 (86.33% from 255) = 36.79%

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

R = 33.95%
G = 36.79%
B = 29.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#CBDCAF (or 0xCBDCAF) is known color: Pale Leaf. HEX triplet: CB, DC and AF. RGB value is (203,220,175). Sum of RGB (Red+Green+Blue) = 203+220+175=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCAF is #342350. Grayscale: #D1D1D1. Windows color (decimal): -3416913 or 11525323. OLE color: 11525323.

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

Color convert

RGB 203 220 175 -
CMYK 0.08 0 0.20 0.14
HSL 82.67º 0.39% 0.77% -
HSV(B) 82.67º 0.2% 0.86% -
XYZ 57.96 66.98 50.43 -
YUV 209.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 203 220 175 0.08 0 0.20 0.14 82.67 0.39 0.77
Hex CB DC AF 8 0 14 E 53 27 4D
Octal 313 334 257 10 0 24 16 123 47 115
Binary 11001011 11011100 10101111 1000 0 10100 1110 1010011 100111 1001101

Color Harmonies of #CBDCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDCAF

Black with #CBDCAF

Text Example


Text Example

White with #CBDCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDCAF; }

 p { color: rgb(203,220,175); }

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

background-color css

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

 a { background-color: rgb(203,220,175); }

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

border-color css

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

 span { border-color: rgb(203,220,175); }

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