Html Css Color HEX #C7CCDD Periwinkle

📋 copy color: '#C7CCDD'

red 199 ◦ green 204 ◦ blue 221

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

Shades of Periwinkle #C7CCDD

Tints of Periwinkle #C7CCDD

RGB

 RED value IS 199 (78.13% from 255) = 31.89%

 GREEN value IS 204 (80.08% from 255) = 32.69%

 BLUE value IS 221 (86.72% from 255) = 35.42%

R = 31.89%
G = 32.69%
B = 35.42%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7CCDD (or 0xC7CCDD) is known color: Periwinkle. HEX triplet: C7, CC and DD. RGB value is (199,204,221). Sum of RGB (Red+Green+Blue) = 199+204+221=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCDD is #383322. Grayscale: #CCCCCC. Windows color (decimal): -3683107 or 14535879. OLE color: 14535879.

HSL color Cylindrical-coordinate representation of color #C7CCDD: hue angle of 226.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CCDD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 204 221 -
CMYK 0.10 0.08 0 0.13
HSL 226.36º 0.24% 0.82% -
HSV(B) 226.36º 0.1% 0.87% -
XYZ 58.2 60.55 77.03 -
YUV 204.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 199 204 221 0.10 0.08 0 0.13 226.36 0.24 0.82
Hex C7 CC DD A 8 0 D E2 18 52
Octal 307 314 335 12 10 0 15 342 30 122
Binary 11000111 11001100 11011101 1010 1000 0 1101 11100010 11000 1010010

Color Harmonies of #C7CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCDD

Black with #C7CCDD

Text Example


Text Example

White with #C7CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCDD; }

 p { color: rgb(199,204,221); }

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

background-color css

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

 a { background-color: rgb(199,204,221); }

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

border-color css

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

 span { border-color: rgb(199,204,221); }

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