Html Css Color HEX #C8CAE5 Periwinkle

📋 copy color: '#C8CAE5'

red 200 ◦ green 202 ◦ blue 229

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

Shades of Periwinkle #C8CAE5

Tints of Periwinkle #C8CAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.29%

R = 31.7%
G = 32.01%
B = 36.29%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C8CAE5 (or 0xC8CAE5) is known color: Periwinkle. HEX triplet: C8, CA and E5. RGB value is (200,202,229). Sum of RGB (Red+Green+Blue) = 200+202+229=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8CAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAE5 is #37351A. Grayscale: #CCCCCC. Windows color (decimal): -3618075 or 15059656. OLE color: 15059656.

HSL color Cylindrical-coordinate representation of color #C8CAE5: hue angle of 235.86º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8CAE5 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 200 202 229 -
CMYK 0.13 0.12 0 0.10
HSL 235.86º 0.36% 0.84% -
HSV(B) 235.86º 0.13% 0.9% -
XYZ 59.08 60.18 82.63 -
YUV 204.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 200 202 229 0.13 0.12 0 0.10 235.86 0.36 0.84
Hex C8 CA E5 D C 0 A EC 24 54
Octal 310 312 345 15 14 0 12 354 44 124
Binary 11001000 11001010 11100101 1101 1100 0 1010 11101100 100100 1010100

Color Harmonies of #C8CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAE5

Black with #C8CAE5

Text Example


Text Example

White with #C8CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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