Html Css Color HEX #C0CEF2 Periwinkle

📋 copy color: '#C0CEF2'

red 192 ◦ green 206 ◦ blue 242

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

Shades of Periwinkle #C0CEF2

Tints of Periwinkle #C0CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.19%

 BLUE value IS 242 (94.92% from 255) = 37.81%

R = 30%
G = 32.19%
B = 37.81%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0CEF2 (or 0xC0CEF2) is known color: Periwinkle. HEX triplet: C0, CE and F2. RGB value is (192,206,242). Sum of RGB (Red+Green+Blue) = 192+206+242=640 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEF2 is #3F310D. Grayscale: #CDCDCD. Windows color (decimal): -4141326 or 15912640. OLE color: 15912640.

HSL color Cylindrical-coordinate representation of color #C0CEF2: hue angle of 223.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CEF2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 206 242 -
CMYK 0.21 0.15 0 0.05
HSL 223.2º 0.66% 0.85% -
HSV(B) 223.2º 0.21% 0.95% -
XYZ 59.84 61.76 92.77 -
YUV 205.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 192 206 242 0.21 0.15 0 0.05 223.2 0.66 0.85
Hex C0 CE F2 15 F 0 5 DF 42 55
Octal 300 316 362 25 17 0 5 337 102 125
Binary 11000000 11001110 11110010 10101 1111 0 101 11011111 1000010 1010101

Color Harmonies of #C0CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEF2

Black with #C0CEF2

Text Example


Text Example

White with #C0CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEF2; }

 p { color: rgb(192,206,242); }

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

background-color css

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

 a { background-color: rgb(192,206,242); }

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

border-color css

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

 span { border-color: rgb(192,206,242); }

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