Html Css Color HEX #C0CFEB Periwinkle

📋 copy color: '#C0CFEB'

red 192 ◦ green 207 ◦ blue 235

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

Shades of Periwinkle #C0CFEB

Tints of Periwinkle #C0CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.07%

R = 30.28%
G = 32.65%
B = 37.07%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0CFEB (or 0xC0CFEB) is known color: Periwinkle. HEX triplet: C0, CF and EB. RGB value is (192,207,235). Sum of RGB (Red+Green+Blue) = 192+207+235=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFEB is #3F3014. Grayscale: #CDCDCD. Windows color (decimal): -4141077 or 15454144. OLE color: 15454144.

HSL color Cylindrical-coordinate representation of color #C0CFEB: hue angle of 219.07º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0CFEB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 207 235 -
CMYK 0.18 0.12 0 0.08
HSL 219.07º 0.52% 0.84% -
HSV(B) 219.07º 0.18% 0.92% -
XYZ 59.05 61.83 87.42 -
YUV 205.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 192 207 235 0.18 0.12 0 0.08 219.07 0.52 0.84
Hex C0 CF EB 12 C 0 8 DB 34 54
Octal 300 317 353 22 14 0 10 333 64 124
Binary 11000000 11001111 11101011 10010 1100 0 1000 11011011 110100 1010100

Color Harmonies of #C0CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CFEB

Black with #C0CFEB

Text Example


Text Example

White with #C0CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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