Html Css Color HEX #C0CAEF Periwinkle

📋 copy color: '#C0CAEF'

red 192 ◦ green 202 ◦ blue 239

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

Shades of Periwinkle #C0CAEF

Tints of Periwinkle #C0CAEF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.91%

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 30.33%
G = 31.91%
B = 37.76%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0CAEF (or 0xC0CAEF) is known color: Periwinkle. HEX triplet: C0, CA and EF. RGB value is (192,202,239). Sum of RGB (Red+Green+Blue) = 192+202+239=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAEF is #3F3510. Grayscale: #CBCBCB. Windows color (decimal): -4142353 or 15715008. OLE color: 15715008.

HSL color Cylindrical-coordinate representation of color #C0CAEF: hue angle of 227.23º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0CAEF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 202 239 -
CMYK 0.20 0.15 0 0.06
HSL 227.23º 0.59% 0.85% -
HSV(B) 227.23º 0.2% 0.94% -
XYZ 58.44 59.68 90.1 -
YUV 203.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 192 202 239 0.20 0.15 0 0.06 227.23 0.59 0.85
Hex C0 CA EF 14 F 0 6 E3 3B 55
Octal 300 312 357 24 17 0 6 343 73 125
Binary 11000000 11001010 11101111 10100 1111 0 110 11100011 111011 1010101

Color Harmonies of #C0CAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAEF

Black with #C0CAEF

Text Example


Text Example

White with #C0CAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAEF; }

 p { color: rgb(192,202,239); }

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

background-color css

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

 a { background-color: rgb(192,202,239); }

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

border-color css

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

 span { border-color: rgb(192,202,239); }

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