Html Css Color HEX #CFD1DD Periwinkle

📋 copy color: '#CFD1DD'

red 207 ◦ green 209 ◦ blue 221

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

Shades of Periwinkle #CFD1DD

Tints of Periwinkle #CFD1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 32.5%
G = 32.81%
B = 34.69%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFD1DD (or 0xCFD1DD) is known color: Periwinkle. HEX triplet: CF, D1 and DD. RGB value is (207,209,221). Sum of RGB (Red+Green+Blue) = 207+209+221=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFD1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1DD is #302E22. Grayscale: #D1D1D1. Windows color (decimal): -3157539 or 14537167. OLE color: 14537167.

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

Color convert

RGB 207 209 221 -
CMYK 0.06 0.05 0 0.13
HSL 231.43º 0.17% 0.84% -
HSV(B) 231.43º 0.06% 0.87% -
XYZ 61.58 64.09 77.53 -
YUV 209.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 207 209 221 0.06 0.05 0 0.13 231.43 0.17 0.84
Hex CF D1 DD 6 5 0 D E7 11 54
Octal 317 321 335 6 5 0 15 347 21 124
Binary 11001111 11010001 11011101 110 101 0 1101 11100111 10001 1010100

Color Harmonies of #CFD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD1DD

Black with #CFD1DD

Text Example


Text Example

White with #CFD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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