Html Css Color HEX #C8CCDD Periwinkle

📋 copy color: '#C8CCDD'

red 200 ◦ green 204 ◦ blue 221

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

Shades of Periwinkle #C8CCDD

Tints of Periwinkle #C8CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 32%
G = 32.64%
B = 35.36%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8CCDD (or 0xC8CCDD) is known color: Periwinkle. HEX triplet: C8, CC and DD. RGB value is (200,204,221). Sum of RGB (Red+Green+Blue) = 200+204+221=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDD is #373322. Grayscale: #CCCCCC. Windows color (decimal): -3617571 or 14535880. OLE color: 14535880.

HSL color Cylindrical-coordinate representation of color #C8CCDD: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CCDD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 204 221 -
CMYK 0.10 0.08 0 0.13
HSL 228.57º 0.24% 0.83% -
HSV(B) 228.57º 0.1% 0.87% -
XYZ 58.46 60.69 77.04 -
YUV 204.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 200 204 221 0.10 0.08 0 0.13 228.57 0.24 0.83
Hex C8 CC DD A 8 0 D E5 18 53
Octal 310 314 335 12 10 0 15 345 30 123
Binary 11001000 11001100 11011101 1010 1000 0 1101 11100101 11000 1010011

Color Harmonies of #C8CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCDD

Black with #C8CCDD

Text Example


Text Example

White with #C8CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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