Html Css Color HEX #C6CCDE Periwinkle

📋 copy color: '#C6CCDE'

red 198 ◦ green 204 ◦ blue 222

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

Shades of Periwinkle #C6CCDE

Tints of Periwinkle #C6CCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.58%

R = 31.73%
G = 32.69%
B = 35.58%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6CCDE (or 0xC6CCDE) is known color: Periwinkle. HEX triplet: C6, CC and DE. RGB value is (198,204,222). Sum of RGB (Red+Green+Blue) = 198+204+222=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCDE is #393321. Grayscale: #CCCCCC. Windows color (decimal): -3748642 or 14601414. OLE color: 14601414.

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

Color convert

RGB 198 204 222 -
CMYK 0.11 0.08 0 0.13
HSL 225º 0.27% 0.82% -
HSV(B) 225º 0.11% 0.87% -
XYZ 58.07 60.47 77.72 -
YUV 204.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 198 204 222 0.11 0.08 0 0.13 225 0.27 0.82
Hex C6 CC DE B 8 0 D E1 1B 52
Octal 306 314 336 13 10 0 15 341 33 122
Binary 11000110 11001100 11011110 1011 1000 0 1101 11100001 11011 1010010

Color Harmonies of #C6CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCDE

Black with #C6CCDE

Text Example


Text Example

White with #C6CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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