Html Css Color HEX #C7CAE8 Periwinkle

📋 copy color: '#C7CAE8'

red 199 ◦ green 202 ◦ blue 232

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

Shades of Periwinkle #C7CAE8

Tints of Periwinkle #C7CAE8

RGB

 RED value IS 199 (78.13% from 255) = 31.44%

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

 BLUE value IS 232 (91.02% from 255) = 36.65%

R = 31.44%
G = 31.91%
B = 36.65%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C7CAE8 (or 0xC7CAE8) is known color: Periwinkle. HEX triplet: C7, CA and E8. RGB value is (199,202,232). Sum of RGB (Red+Green+Blue) = 199+202+232=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CAE8 is #383517. Grayscale: #CCCCCC. Windows color (decimal): -3683608 or 15256263. OLE color: 15256263.

HSL color Cylindrical-coordinate representation of color #C7CAE8: hue angle of 234.55º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7CAE8 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 202 232 -
CMYK 0.14 0.13 0 0.09
HSL 234.55º 0.42% 0.85% -
HSV(B) 234.55º 0.14% 0.91% -
XYZ 59.24 60.21 84.84 -
YUV 204.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 199 202 232 0.14 0.13 0 0.09 234.55 0.42 0.85
Hex C7 CA E8 E D 0 9 EB 2A 55
Octal 307 312 350 16 15 0 11 353 52 125
Binary 11000111 11001010 11101000 1110 1101 0 1001 11101011 101010 1010101

Color Harmonies of #C7CAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CAE8

Black with #C7CAE8

Text Example


Text Example

White with #C7CAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CAE8; }

 p { color: rgb(199,202,232); }

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

background-color css

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

 a { background-color: rgb(199,202,232); }

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

border-color css

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

 span { border-color: rgb(199,202,232); }

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