#CDDEB3

Color #CDDEB3 Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #CDDEB3

Tints of Harp #CDDEB3

Color information

#CDDEB3 (or 0xCDDEB3) is unknown color: approx Harp. HEX triplet: CD, DE and B3. RGB value is (205,222,179). Sum of RGB (Red+Green+Blue) = 205+222+179=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEB3 is #32214C. Grayscale: #D4D4D4. Windows color (decimal): -3285325 or 11787981. OLE color: 11787981.

HSL color Cylindrical-coordinate representation of color #CDDEB3: hue angle of 83.72º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDEB3 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB205222179-
CMYK0.0800.190.13
HSL83.72º39.45%78.63%-
HSV(B)83.72º19.37%87.06%-
XYZ59.4368.4852.73-
YUV212.02109.37123-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=33.83%
G=36.63%
B=29.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221790.0800.190.1383.7239.4578.63
HexCDDEB38013D54274f
Octal315336263100231512447117
Binary1100110111011110101100111000010011110110101001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEB3; }

 p { color: rgb(205,222,179); }

 H1.HeaderClassName
 {
   color: #CDDEB3;
 }
 .AnyTagClassName
 {
   color: #CDDEB3;
 }
</style>
background-color css

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

 a { background-color: rgb(205,222,179); }

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

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

 span { border-color: rgb(205,222,179); }

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