Html Css Color HEX #CECFDF Periwinkle

📋 copy color: '#CECFDF'

red 206 ◦ green 207 ◦ blue 223

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

Shades of Periwinkle #CECFDF

Tints of Periwinkle #CECFDF

RGB

 RED value IS 206 (80.86% from 255) = 32.39%

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

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

R = 32.39%
G = 32.55%
B = 35.06%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CECFDF (or 0xCECFDF) is known color: Periwinkle. HEX triplet: CE, CF and DF. RGB value is (206,207,223). Sum of RGB (Red+Green+Blue) = 206+207+223=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #CECFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFDF is #313020. Grayscale: #D0D0D0. Windows color (decimal): -3223585 or 14667726. OLE color: 14667726.

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

Color convert

RGB 206 207 223 -
CMYK 0.08 0.07 0 0.13
HSL 236.47º 0.21% 0.84% -
HSV(B) 236.47º 0.08% 0.87% -
XYZ 61.09 63.08 78.77 -
YUV 208.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 206 207 223 0.08 0.07 0 0.13 236.47 0.21 0.84
Hex CE CF DF 8 7 0 D EC 15 54
Octal 316 317 337 10 7 0 15 354 25 124
Binary 11001110 11001111 11011111 1000 111 0 1101 11101100 10101 1010100

Color Harmonies of #CECFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFDF

Black with #CECFDF

Text Example


Text Example

White with #CECFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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