Html Css Color HEX #C8CBED Periwinkle

📋 copy color: '#C8CBED'

red 200 ◦ green 203 ◦ blue 237

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

Shades of Periwinkle #C8CBED

Tints of Periwinkle #C8CBED

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.72%

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 31.25%
G = 31.72%
B = 37.03%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8CBED (or 0xC8CBED) is known color: Periwinkle. HEX triplet: C8, CB and ED. RGB value is (200,203,237). Sum of RGB (Red+Green+Blue) = 200+203+237=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBED is #373412. Grayscale: #CDCDCD. Windows color (decimal): -3617811 or 15584200. OLE color: 15584200.

HSL color Cylindrical-coordinate representation of color #C8CBED: hue angle of 235.14º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CBED is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 203 237 -
CMYK 0.16 0.14 0 0.07
HSL 235.14º 0.51% 0.86% -
HSV(B) 235.14º 0.16% 0.93% -
XYZ 60.46 61.11 88.73 -
YUV 205.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 200 203 237 0.16 0.14 0 0.07 235.14 0.51 0.86
Hex C8 CB ED 10 E 0 7 EB 33 56
Octal 310 313 355 20 16 0 7 353 63 126
Binary 11001000 11001011 11101101 10000 1110 0 111 11101011 110011 1010110

Color Harmonies of #C8CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CBED

Black with #C8CBED

Text Example


Text Example

White with #C8CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CBED; }

 p { color: rgb(200,203,237); }

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

background-color css

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

 a { background-color: rgb(200,203,237); }

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

border-color css

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

 span { border-color: rgb(200,203,237); }

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