Html Css Color HEX #C8CFED Periwinkle

📋 copy color: '#C8CFED'

red 200 ◦ green 207 ◦ blue 237

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

Shades of Periwinkle #C8CFED

Tints of Periwinkle #C8CFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.14%

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

R = 31.06%
G = 32.14%
B = 36.8%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8CFED (or 0xC8CFED) is known color: Periwinkle. HEX triplet: C8, CF and ED. RGB value is (200,207,237). Sum of RGB (Red+Green+Blue) = 200+207+237=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CFED is #373012. Grayscale: #D0D0D0. Windows color (decimal): -3616787 or 15585224. OLE color: 15585224.

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

Color convert

RGB 200 207 237 -
CMYK 0.16 0.13 0 0.07
HSL 228.65º 0.51% 0.86% -
HSV(B) 228.65º 0.16% 0.93% -
XYZ 61.42 63.02 89.05 -
YUV 208.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 200 207 237 0.16 0.13 0 0.07 228.65 0.51 0.86
Hex C8 CF ED 10 D 0 7 E5 33 56
Octal 310 317 355 20 15 0 7 345 63 126
Binary 11001000 11001111 11101101 10000 1101 0 111 11100101 110011 1010110

Color Harmonies of #C8CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFED

Black with #C8CFED

Text Example


Text Example

White with #C8CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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