Html Css Color HEX #CFD0DD Periwinkle

📋 copy color: '#CFD0DD'

red 207 ◦ green 208 ◦ blue 221

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

Shades of Periwinkle #CFD0DD

Tints of Periwinkle #CFD0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.7%

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

R = 32.55%
G = 32.7%
B = 34.75%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFD0DD (or 0xCFD0DD) is known color: Periwinkle. HEX triplet: CF, D0 and DD. RGB value is (207,208,221). Sum of RGB (Red+Green+Blue) = 207+208+221=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFD0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD0DD is #302F22. Grayscale: #D1D1D1. Windows color (decimal): -3157795 or 14536911. OLE color: 14536911.

HSL color Cylindrical-coordinate representation of color #CFD0DD: hue angle of 235.71º 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 #CFD0DD is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 208 221 -
CMYK 0.06 0.06 0 0.13
HSL 235.71º 0.17% 0.84% -
HSV(B) 235.71º 0.06% 0.87% -
XYZ 61.34 63.6 77.45 -
YUV 209.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 207 208 221 0.06 0.06 0 0.13 235.71 0.17 0.84
Hex CF D0 DD 6 6 0 D EC 11 54
Octal 317 320 335 6 6 0 15 354 21 124
Binary 11001111 11010000 11011101 110 110 0 1101 11101100 10001 1010100

Color Harmonies of #CFD0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD0DD

Black with #CFD0DD

Text Example


Text Example

White with #CFD0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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