Html Css Color HEX #C2CDEF Periwinkle

📋 copy color: '#C2CDEF'

red 194 ◦ green 205 ◦ blue 239

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

Shades of Periwinkle #C2CDEF

Tints of Periwinkle #C2CDEF

RGB

 RED value IS 194 (76.17% from 255) = 30.41%

 GREEN value IS 205 (80.47% from 255) = 32.13%

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

R = 30.41%
G = 32.13%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2CDEF (or 0xC2CDEF) is known color: Periwinkle. HEX triplet: C2, CD and EF. RGB value is (194,205,239). Sum of RGB (Red+Green+Blue) = 194+205+239=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDEF is #3D3210. Grayscale: #CDCDCD. Windows color (decimal): -4010513 or 15715778. OLE color: 15715778.

HSL color Cylindrical-coordinate representation of color #C2CDEF: hue angle of 225.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CDEF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 205 239 -
CMYK 0.19 0.14 0 0.06
HSL 225.33º 0.58% 0.85% -
HSV(B) 225.33º 0.19% 0.94% -
XYZ 59.66 61.36 90.36 -
YUV 205.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 194 205 239 0.19 0.14 0 0.06 225.33 0.58 0.85
Hex C2 CD EF 13 E 0 6 E1 3A 55
Octal 302 315 357 23 16 0 6 341 72 125
Binary 11000010 11001101 11101111 10011 1110 0 110 11100001 111010 1010101

Color Harmonies of #C2CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDEF

Black with #C2CDEF

Text Example


Text Example

White with #C2CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDEF; }

 p { color: rgb(194,205,239); }

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

background-color css

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

 a { background-color: rgb(194,205,239); }

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

border-color css

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

 span { border-color: rgb(194,205,239); }

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