Html Css Color HEX #C8CFE0 Periwinkle

📋 copy color: '#C8CFE0'

red 200 ◦ green 207 ◦ blue 224

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

Shades of Periwinkle #C8CFE0

Tints of Periwinkle #C8CFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 31.7%
G = 32.81%
B = 35.5%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C8CFE0 (or 0xC8CFE0) is known color: Periwinkle. HEX triplet: C8, CF and E0. RGB value is (200,207,224). Sum of RGB (Red+Green+Blue) = 200+207+224=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8CFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFE0 is #37301F. Grayscale: #CECECE. Windows color (decimal): -3616800 or 14733256. OLE color: 14733256.

HSL color Cylindrical-coordinate representation of color #C8CFE0: hue angle of 222.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8CFE0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 207 224 -
CMYK 0.11 0.08 0 0.12
HSL 222.5º 0.28% 0.83% -
HSV(B) 222.5º 0.11% 0.88% -
XYZ 59.59 62.29 79.4 -
YUV 206.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 200 207 224 0.11 0.08 0 0.12 222.5 0.28 0.83
Hex C8 CF E0 B 8 0 C DE 1C 53
Octal 310 317 340 13 10 0 14 336 34 123
Binary 11001000 11001111 11100000 1011 1000 0 1100 11011110 11100 1010011

Color Harmonies of #C8CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CFE0

Black with #C8CFE0

Text Example


Text Example

White with #C8CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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