Html Css Color HEX #C8CADD Periwinkle

📋 copy color: '#C8CADD'

red 200 ◦ green 202 ◦ blue 221

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

Shades of Periwinkle #C8CADD

Tints of Periwinkle #C8CADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.42%

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

R = 32.1%
G = 32.42%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8CADD (or 0xC8CADD) is known color: Periwinkle. HEX triplet: C8, CA and DD. RGB value is (200,202,221). Sum of RGB (Red+Green+Blue) = 200+202+221=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CADD is #373522. Grayscale: #CBCBCB. Windows color (decimal): -3618083 or 14535368. OLE color: 14535368.

HSL color Cylindrical-coordinate representation of color #C8CADD: hue angle of 234.29º 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 #C8CADD is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 202 221 -
CMYK 0.10 0.09 0 0.13
HSL 234.29º 0.24% 0.83% -
HSV(B) 234.29º 0.1% 0.87% -
XYZ 57.99 59.74 76.88 -
YUV 203.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 200 202 221 0.10 0.09 0 0.13 234.29 0.24 0.83
Hex C8 CA DD A 9 0 D EA 18 53
Octal 310 312 335 12 11 0 15 352 30 123
Binary 11001000 11001010 11011101 1010 1001 0 1101 11101010 11000 1010011

Color Harmonies of #C8CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CADD

Black with #C8CADD

Text Example


Text Example

White with #C8CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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