Html Css Color HEX #CCD0EB Periwinkle

📋 copy color: '#CCD0EB'

red 204 ◦ green 208 ◦ blue 235

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

Shades of Periwinkle #CCD0EB

Tints of Periwinkle #CCD0EB

RGB

 RED value IS 204 (80.08% from 255) = 31.53%

 GREEN value IS 208 (81.64% from 255) = 32.15%

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

R = 31.53%
G = 32.15%
B = 36.32%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCD0EB (or 0xCCD0EB) is known color: Periwinkle. HEX triplet: CC, D0 and EB. RGB value is (204,208,235). Sum of RGB (Red+Green+Blue) = 204+208+235=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0EB is #332F14. Grayscale: #D1D1D1. Windows color (decimal): -3354389 or 15454412. OLE color: 15454412.

HSL color Cylindrical-coordinate representation of color #CCD0EB: hue angle of 232.26º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD0EB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 208 235 -
CMYK 0.13 0.11 0 0.08
HSL 232.26º 0.44% 0.86% -
HSV(B) 232.26º 0.13% 0.92% -
XYZ 62.45 63.95 87.65 -
YUV 209.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 204 208 235 0.13 0.11 0 0.08 232.26 0.44 0.86
Hex CC D0 EB D B 0 8 E8 2C 56
Octal 314 320 353 15 13 0 10 350 54 126
Binary 11001100 11010000 11101011 1101 1011 0 1000 11101000 101100 1010110

Color Harmonies of #CCD0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0EB

Black with #CCD0EB

Text Example


Text Example

White with #CCD0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0EB; }

 p { color: rgb(204,208,235); }

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

background-color css

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

 a { background-color: rgb(204,208,235); }

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

border-color css

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

 span { border-color: rgb(204,208,235); }

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