Html Css Color HEX #C0CFED Periwinkle

📋 copy color: '#C0CFED'

red 192 ◦ green 207 ◦ blue 237

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

Shades of Periwinkle #C0CFED

Tints of Periwinkle #C0CFED

RGB

 RED value IS 192 (75.39% from 255) = 30.19%

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

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

R = 30.19%
G = 32.55%
B = 37.26%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0CFED (or 0xC0CFED) is known color: Periwinkle. HEX triplet: C0, CF and ED. RGB value is (192,207,237). Sum of RGB (Red+Green+Blue) = 192+207+237=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFED is #3F3012. Grayscale: #CDCDCD. Windows color (decimal): -4141075 or 15585216. OLE color: 15585216.

HSL color Cylindrical-coordinate representation of color #C0CFED: hue angle of 220º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CFED is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 207 237 -
CMYK 0.19 0.13 0 0.07
HSL 220º 0.56% 0.84% -
HSV(B) 220º 0.19% 0.93% -
XYZ 59.34 61.95 88.95 -
YUV 205.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 192 207 237 0.19 0.13 0 0.07 220 0.56 0.84
Hex C0 CF ED 13 D 0 7 DC 38 54
Octal 300 317 355 23 15 0 7 334 70 124
Binary 11000000 11001111 11101101 10011 1101 0 111 11011100 111000 1010100

Color Harmonies of #C0CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFED

Black with #C0CFED

Text Example


Text Example

White with #C0CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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