Html Css Color HEX #C8CAEB Periwinkle

📋 copy color: '#C8CAEB'

red 200 ◦ green 202 ◦ blue 235

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

Shades of Periwinkle #C8CAEB

Tints of Periwinkle #C8CAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 31.4%
G = 31.71%
B = 36.89%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8CAEB (or 0xC8CAEB) is known color: Periwinkle. HEX triplet: C8, CA and EB. RGB value is (200,202,235). Sum of RGB (Red+Green+Blue) = 200+202+235=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAEB is #373514. Grayscale: #CDCDCD. Windows color (decimal): -3618069 or 15452872. OLE color: 15452872.

HSL color Cylindrical-coordinate representation of color #C8CAEB: hue angle of 236.57º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CAEB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 202 235 -
CMYK 0.15 0.14 0 0.08
HSL 236.57º 0.47% 0.85% -
HSV(B) 236.57º 0.15% 0.92% -
XYZ 59.94 60.52 87.12 -
YUV 205.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 200 202 235 0.15 0.14 0 0.08 236.57 0.47 0.85
Hex C8 CA EB F E 0 8 ED 2F 55
Octal 310 312 353 17 16 0 10 355 57 125
Binary 11001000 11001010 11101011 1111 1110 0 1000 11101101 101111 1010101

Color Harmonies of #C8CAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAEB

Black with #C8CAEB

Text Example


Text Example

White with #C8CAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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