Html Css Color HEX #CFD1DF Periwinkle

📋 copy color: '#CFD1DF'

red 207 ◦ green 209 ◦ blue 223

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

Shades of Periwinkle #CFD1DF

Tints of Periwinkle #CFD1DF

RGB

 RED value IS 207 (81.25% from 255) = 32.39%

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

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 32.39%
G = 32.71%
B = 34.9%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFD1DF (or 0xCFD1DF) is known color: Periwinkle. HEX triplet: CF, D1 and DF. RGB value is (207,209,223). Sum of RGB (Red+Green+Blue) = 207+209+223=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1DF is #302E20. Grayscale: #D1D1D1. Windows color (decimal): -3157537 or 14668239. OLE color: 14668239.

HSL color Cylindrical-coordinate representation of color #CFD1DF: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFD1DF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 209 223 -
CMYK 0.07 0.06 0 0.13
HSL 232.5º 0.2% 0.84% -
HSV(B) 232.5º 0.07% 0.87% -
XYZ 61.85 64.19 78.94 -
YUV 210 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 207 209 223 0.07 0.06 0 0.13 232.5 0.2 0.84
Hex CF D1 DF 7 6 0 D E8 14 54
Octal 317 321 337 7 6 0 15 350 24 124
Binary 11001111 11010001 11011111 111 110 0 1101 11101000 10100 1010100

Color Harmonies of #CFD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD1DF

Black with #CFD1DF

Text Example


Text Example

White with #CFD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD1DF; }

 p { color: rgb(207,209,223); }

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

background-color css

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

 a { background-color: rgb(207,209,223); }

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

border-color css

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

 span { border-color: rgb(207,209,223); }

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