#CFD0DB

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

Shades of Periwinkle #CFD0DB

Tints of Periwinkle #CFD0DB

Color information

#CFD0DB (or 0xCFD0DB) is unknown color: approx Periwinkle. HEX triplet: CF, D0 and DB. RGB value is (207,208,219). Sum of RGB (Red+Green+Blue) = 207+208+219=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DB is #302F24. Grayscale: #D0D0D0. Windows color (decimal): -3157797 or 14405839. OLE color: 14405839.

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

Color convert

RGB207208219-
CMYK0.050.0500.14
HSL235º14.29%83.53%-
HSV(B)235º5.48%85.88%-
XYZ61.0763.4976.05-
YUV208.96133.67126.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 208 (81.64% from 255) = 32.81%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=32.65%
G=32.81%
B=34.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072082190.050.0500.1423514.2983.53
HexCFD0DB550Eebe54
Octal3173203335501635316124
Binary110011111101000011011011101101011101110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0DB; }

 p { color: rgb(207,208,219); }

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

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

 a { background-color: rgb(207,208,219); }

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

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

 span { border-color: rgb(207,208,219); }

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