Html Css Color HEX #C8CCDC Periwinkle

📋 copy color: '#C8CCDC'

red 200 ◦ green 204 ◦ blue 220

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

Shades of Periwinkle #C8CCDC

Tints of Periwinkle #C8CCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 32.05%
G = 32.69%
B = 35.26%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C8CCDC (or 0xC8CCDC) is known color: Periwinkle. HEX triplet: C8, CC and DC. RGB value is (200,204,220). Sum of RGB (Red+Green+Blue) = 200+204+220=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDC is #373323. Grayscale: #CCCCCC. Windows color (decimal): -3617572 or 14470344. OLE color: 14470344.

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

Color convert

RGB 200 204 220 -
CMYK 0.09 0.07 0 0.14
HSL 228º 0.22% 0.82% -
HSV(B) 228º 0.09% 0.86% -
XYZ 58.33 60.63 76.34 -
YUV 204.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 200 204 220 0.09 0.07 0 0.14 228 0.22 0.82
Hex C8 CC DC 9 7 0 E E4 16 52
Octal 310 314 334 11 7 0 16 344 26 122
Binary 11001000 11001100 11011100 1001 111 0 1110 11100100 10110 1010010

Color Harmonies of #C8CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCDC

Black with #C8CCDC

Text Example


Text Example

White with #C8CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCDC; }

 p { color: rgb(200,204,220); }

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

background-color css

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

 a { background-color: rgb(200,204,220); }

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

border-color css

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

 span { border-color: rgb(200,204,220); }

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