Html Css Color HEX #CCD1B5 Harp

📋 copy color: '#CCD1B5'

red 204 ◦ green 209 ◦ blue 181

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

Shades of Harp #CCD1B5

Tints of Harp #CCD1B5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.19%

 BLUE value IS 181 (71.09% from 255) = 30.47%

R = 34.34%
G = 35.19%
B = 30.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#CCD1B5 (or 0xCCD1B5) is known color: Harp. HEX triplet: CC, D1 and B5. RGB value is (204,209,181). Sum of RGB (Red+Green+Blue) = 204+209+181=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1B5 is #332E4A. Grayscale: #CCCCCC. Windows color (decimal): -3354187 or 11915724. OLE color: 11915724.

HSL color Cylindrical-coordinate representation of color #CCD1B5: hue angle of 70.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD1B5 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 181 -
CMYK 0.02 0 0.13 0.18
HSL 70.71º 0.23% 0.76% -
HSV(B) 70.71º 0.13% 0.82% -
XYZ 56.04 61.77 52.69 -
YUV 204.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 204 209 181 0.02 0 0.13 0.18 70.71 0.23 0.76
Hex CC D1 B5 2 0 D 12 47 17 4C
Octal 314 321 265 2 0 15 22 107 27 114
Binary 11001100 11010001 10110101 10 0 1101 10010 1000111 10111 1001100

Color Harmonies of #CCD1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1B5

Black with #CCD1B5

Text Example


Text Example

White with #CCD1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1B5; }

 p { color: rgb(204,209,181); }

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

background-color css

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

 a { background-color: rgb(204,209,181); }

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

border-color css

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

 span { border-color: rgb(204,209,181); }

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