Html Css Color HEX #C8CDED Periwinkle

📋 copy color: '#C8CDED'

red 200 ◦ green 205 ◦ blue 237

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

Shades of Periwinkle #C8CDED

Tints of Periwinkle #C8CDED

RGB

 RED value IS 200 (78.52% from 255) = 31.15%

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

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

R = 31.15%
G = 31.93%
B = 36.92%

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

#C8CDED (or 0xC8CDED) is known color: Periwinkle. HEX triplet: C8, CD and ED. RGB value is (200,205,237). Sum of RGB (Red+Green+Blue) = 200+205+237=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDED is #373212. Grayscale: #CFCFCF. Windows color (decimal): -3617299 or 15584712. OLE color: 15584712.

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

Color convert

RGB 200 205 237 -
CMYK 0.16 0.14 0 0.07
HSL 231.89º 0.51% 0.86% -
HSV(B) 231.89º 0.16% 0.93% -
XYZ 60.94 62.06 88.89 -
YUV 207.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 200 205 237 0.16 0.14 0 0.07 231.89 0.51 0.86
Hex C8 CD ED 10 E 0 7 E8 33 56
Octal 310 315 355 20 16 0 7 350 63 126
Binary 11001000 11001101 11101101 10000 1110 0 111 11101000 110011 1010110

Color Harmonies of #C8CDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDED

Black with #C8CDED

Text Example


Text Example

White with #C8CDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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