Html Css Color HEX #CCCDDB Periwinkle

📋 copy color: '#CCCDDB'

red 204 ◦ green 205 ◦ blue 219

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

Shades of Periwinkle #CCCDDB

Tints of Periwinkle #CCCDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 32.48%
G = 32.64%
B = 34.87%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCCDDB (or 0xCCCDDB) is known color: Periwinkle. HEX triplet: CC, CD and DB. RGB value is (204,205,219). Sum of RGB (Red+Green+Blue) = 204+205+219=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDB is #333224. Grayscale: #CECECE. Windows color (decimal): -3355173 or 14405068. OLE color: 14405068.

HSL color Cylindrical-coordinate representation of color #CCCDDB: hue angle of 236º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCDDB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 205 219 -
CMYK 0.07 0.06 0 0.14
HSL 236º 0.17% 0.83% -
HSV(B) 236º 0.07% 0.86% -
XYZ 59.52 61.61 75.77 -
YUV 206.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 204 205 219 0.07 0.06 0 0.14 236 0.17 0.83
Hex CC CD DB 7 6 0 E EC 11 53
Octal 314 315 333 7 6 0 16 354 21 123
Binary 11001100 11001101 11011011 111 110 0 1110 11101100 10001 1010011

Color Harmonies of #CCCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDDB

Black with #CCCDDB

Text Example


Text Example

White with #CCCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDDB; }

 p { color: rgb(204,205,219); }

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

background-color css

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

 a { background-color: rgb(204,205,219); }

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

border-color css

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

 span { border-color: rgb(204,205,219); }

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