Html Css Color HEX #C6CCDF Periwinkle

📋 copy color: '#C6CCDF'

red 198 ◦ green 204 ◦ blue 223

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

Shades of Periwinkle #C6CCDF

Tints of Periwinkle #C6CCDF

RGB

 RED value IS 198 (77.73% from 255) = 31.68%

 GREEN value IS 204 (80.08% from 255) = 32.64%

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

R = 31.68%
G = 32.64%
B = 35.68%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6CCDF (or 0xC6CCDF) is known color: Periwinkle. HEX triplet: C6, CC and DF. RGB value is (198,204,223). Sum of RGB (Red+Green+Blue) = 198+204+223=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCDF is #393320. Grayscale: #CCCCCC. Windows color (decimal): -3748641 or 14666950. OLE color: 14666950.

HSL color Cylindrical-coordinate representation of color #C6CCDF: hue angle of 225.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6CCDF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 204 223 -
CMYK 0.11 0.09 0 0.13
HSL 225.6º 0.28% 0.83% -
HSV(B) 225.6º 0.11% 0.87% -
XYZ 58.2 60.52 78.43 -
YUV 204.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 198 204 223 0.11 0.09 0 0.13 225.6 0.28 0.83
Hex C6 CC DF B 9 0 D E2 1C 53
Octal 306 314 337 13 11 0 15 342 34 123
Binary 11000110 11001100 11011111 1011 1001 0 1101 11100010 11100 1010011

Color Harmonies of #C6CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCDF

Black with #C6CCDF

Text Example


Text Example

White with #C6CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCDF; }

 p { color: rgb(198,204,223); }

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

background-color css

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

 a { background-color: rgb(198,204,223); }

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

border-color css

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

 span { border-color: rgb(198,204,223); }

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