Html Css Color HEX #C6CCE0 Periwinkle

📋 copy color: '#C6CCE0'

red 198 ◦ green 204 ◦ blue 224

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

Shades of Periwinkle #C6CCE0

Tints of Periwinkle #C6CCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.78%

R = 31.63%
G = 32.59%
B = 35.78%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C6CCE0 (or 0xC6CCE0) is known color: Periwinkle. HEX triplet: C6, CC and E0. RGB value is (198,204,224). Sum of RGB (Red+Green+Blue) = 198+204+224=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6CCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCE0 is #39331F. Grayscale: #CCCCCC. Windows color (decimal): -3748640 or 14732486. OLE color: 14732486.

HSL color Cylindrical-coordinate representation of color #C6CCE0: hue angle of 226.15º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6CCE0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 204 224 -
CMYK 0.12 0.09 0 0.12
HSL 226.15º 0.3% 0.83% -
HSV(B) 226.15º 0.12% 0.88% -
XYZ 58.34 60.57 79.14 -
YUV 204.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 198 204 224 0.12 0.09 0 0.12 226.15 0.3 0.83
Hex C6 CC E0 C 9 0 C E2 1E 53
Octal 306 314 340 14 11 0 14 342 36 123
Binary 11000110 11001100 11100000 1100 1001 0 1100 11100010 11110 1010011

Color Harmonies of #C6CCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCE0

Black with #C6CCE0

Text Example


Text Example

White with #C6CCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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