Html Css Color HEX #C6CDED Periwinkle

📋 copy color: '#C6CDED'

red 198 ◦ green 205 ◦ blue 237

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

Shades of Periwinkle #C6CDED

Tints of Periwinkle #C6CDED

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.03%

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 30.94%
G = 32.03%
B = 37.03%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6CDED (or 0xC6CDED) is known color: Periwinkle. HEX triplet: C6, CD and ED. RGB value is (198,205,237). Sum of RGB (Red+Green+Blue) = 198+205+237=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDED is #393212. Grayscale: #CECECE. Windows color (decimal): -3748371 or 15584710. OLE color: 15584710.

HSL color Cylindrical-coordinate representation of color #C6CDED: hue angle of 229.23º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CDED is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 205 237 -
CMYK 0.16 0.14 0 0.07
HSL 229.23º 0.52% 0.85% -
HSV(B) 229.23º 0.16% 0.93% -
XYZ 60.41 61.78 88.86 -
YUV 206.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 198 205 237 0.16 0.14 0 0.07 229.23 0.52 0.85
Hex C6 CD ED 10 E 0 7 E5 34 55
Octal 306 315 355 20 16 0 7 345 64 125
Binary 11000110 11001101 11101101 10000 1110 0 111 11100101 110100 1010101

Color Harmonies of #C6CDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDED

Black with #C6CDED

Text Example


Text Example

White with #C6CDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDED; }

 p { color: rgb(198,205,237); }

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

background-color css

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

 a { background-color: rgb(198,205,237); }

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

border-color css

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

 span { border-color: rgb(198,205,237); }

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