Html Css Color HEX #C2D2ED Periwinkle

📋 copy color: '#C2D2ED'

red 194 ◦ green 210 ◦ blue 237

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

Shades of Periwinkle #C2D2ED

Tints of Periwinkle #C2D2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.76%

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

R = 30.27%
G = 32.76%
B = 36.97%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2D2ED (or 0xC2D2ED) is known color: Periwinkle. HEX triplet: C2, D2 and ED. RGB value is (194,210,237). Sum of RGB (Red+Green+Blue) = 194+210+237=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D2ED is #3D2D12. Grayscale: #D0D0D0. Windows color (decimal): -4009235 or 15585986. OLE color: 15585986.

HSL color Cylindrical-coordinate representation of color #C2D2ED: hue angle of 217.67º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D2ED is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 210 237 -
CMYK 0.18 0.11 0 0.07
HSL 217.67º 0.54% 0.85% -
HSV(B) 217.67º 0.18% 0.93% -
XYZ 60.58 63.68 89.22 -
YUV 208.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 194 210 237 0.18 0.11 0 0.07 217.67 0.54 0.85
Hex C2 D2 ED 12 B 0 7 DA 36 55
Octal 302 322 355 22 13 0 7 332 66 125
Binary 11000010 11010010 11101101 10010 1011 0 111 11011010 110110 1010101

Color Harmonies of #C2D2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D2ED

Black with #C2D2ED

Text Example


Text Example

White with #C2D2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D2ED; }

 p { color: rgb(194,210,237); }

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

background-color css

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

 a { background-color: rgb(194,210,237); }

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

border-color css

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

 span { border-color: rgb(194,210,237); }

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